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

body{
	background-color: #1b55da;
}

#links a span {display: none; 
text-decoration:none;}

#links a:hover span {display: block;
	position: fixed; top: 200px; left: 0; width: 225px;
   padding: 5px; margin: 10px; z-index: 100;
   color: #AAA; background: black;
   font: 12px Verdana, sans-serif; text-align: center;
   text-decoration: none;}

#links a:hover {color: #411; background: #AAA;
   border-right: 5px;
   text-decoration: none;}
   
.table {border-color: #FFFFFF;
border-style: solid;}

.style1 {
	font-size: small;
	color: #FFFFFF;
}

.style2 {color: #FFFFFF}

.style3 {font-family: Castellar;
	color: #FFFFFF;}
	
.style4 {
	font-family: Castellar;
	font-size: 14px;
}


.style6 {color: #00FF00}