@charset "UTF-8";
/* CSS Document */

 a:link {color: #FFEE00; text-decoration: none; }
 a:active {color: #FF0000; text-decoration: none; }
 a:visited {color: #FF3300; text-decoration: none; }
 a:hover {color: #ff0000; text-decoration: underline; }


body{
background-color:#000000;
font-size:12px;
font-weight:bold;

color:#FFCC00;
font-family:Arial, Helvetica, sans-serif;




}
p.center{
text-align:center;
}


img.splash{

border:3px solid #FFFF00;
}
	