

BODY
      { 
         background: white url(images/border.gif); 
         background-repeat: repeat-y;
         margin-left: 20px;
        font-family: verdana, sans-serif;
        text-align: top;
        color: blue;

      }

H1
      {
         font-family: comic-sans, comic sans ms, verdana, sans-serif;
         color: blue;
         text-align: center;
      }

H2
      {
         font-family: comic-sans, comic sans ms, verdana, sans-serif;
         color: blue;
         text-align: center;
      }

H3
      {
         font-family: comic-sans, comic sans ms, verdana, sans-serif;
         color: blue;
         text-align: center;
      }

P
     {

     }

p.fancy:first-letter
	{
		font-size: 200%;
		// float: left;
		// vertical-align: super;


	}

.right_image
	{
		align: top;
		float: right;
	}

.left_image
    {
        align: top;
        float: left;
 }
.right_image2
	{
		
		margin-right: 0;
	}
.dvd_pict{
	 float:right;
}
.left_image2
    {
        
        margin-left: 0;
 }
div.nofloat{
	float: none;
	clear: both;
}
div.row {
	position: relative;
}
div.row span.left {
  float: left;
  text-align: left;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }

div.row span.right {
  float: right;
  text-align: right;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }

  a:hover {
        background-color: #eeeeee;
		font-weight: bold; }

  a:link {
        color: blue;
		text-decoration: underline;}

  a:active {
        color: lightsteelblue }

  a:visited {
        color: red }


