body
{
background-image:url('images/logo2.png');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center; 
background-color: black;
}
body
{
font:italic bold 12px/30px Georgia,serif;
color:rgb(255,255,255);
}
h1 {color:#666633;}
h2 {color:#999966; font:italic bold 14px/30px Georgia,serif;}
p.ex {color:rgb(255,255,255);} 
p.main
{
font:italic bold 12px/30px Georgia,serif;
color:rgb(255,255,255);
}
a:link {color:#DDDDDD;}      /* unvisited link */
a:visited {color:#AAAAAA;}  /* visited link */
a:hover {color:#FF0000;}  /* mouse over link */
a:active {color:#FF0000;}  /* selected link */
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}