
body
{
background-color:black;
background-repeat:no-repeat;
background-attachment:fixed;
margin:10px; 

font-family:"Trebuchet MS", Helvetica, sans-serif 
font-size:14px;
color:orange; 

}

h1 {font-size:300%; text-align:center; color:#FFFF00; }
h2 {font-size:200%; text-align:center; }
h3 {font-size:150%; text-align:center; }

p  {color:orange; font-size:14px; }

a:link    {color:#FFFF00;text-decoration:none;}
a:hover   {color:#FFD600;font-weight:bold;text-decoration:none;}
a:visited {color:#FFFFA6;text-decoration:none;}

#caption 	
{position:relative; 
top:-20px; 
text-align:center; 
font-size:14px; 
font-weight:bold; }

#copyright	 
{text-align:center; font-size:100%; font-weight:bold; }

#paraheading
{font-size:120%; font-weight:bold; }

.center {text-align:center; }




