BODY {background: black; color:white}     /* replacement CSS */
A:link {color: #FDE171; text decoration: none}
A:active {color: #FF8040;}
A:visited {color: #FF8000;}
a {text-decoration: none}
p {font: 12pt helvetica;}
H1 {font: 16pt verdana; font-variant:small-caps}
H2 {font-family: 14pt verdana, arial, helvetica, sans-serif;}


@media print
{
body {background:white; color:black}
}

div#content /* On all pages. This keeps the body out of the background photo's way */
{ margin-left: 50px;
margin-right: 100px; } 

.left-section
{
     position: absolute;
     top: 20px;
     left: 20px;
     width: 350px;
     height: 300px;
}
.right-section
{
     position: absolute;
     top: 20px;
     left: 390px;
     width: 350px;
}



