/* CSS Document */
.style1 {
	color: white;
	font-weight: bold;
}
.style2{
margin-left: 10px; 
margin-right:10px;
color: white;
font-weight: bold;
text-decoration:none;
}
body {
	background-color: #000000;
}


	

.style3 {color: #FFFFFF; margin-left: 10px; margin-right:10px; font-weight: bold; font-size: x-large; }

a:link{color:white; text-decoration:none; }
a:visited{color:white; text-decoration:none;}
a:hover{color: gray; text-decoration:underline;}
.style4 {margin-left: 10px; margin-right:10px;color: #FFFFFF; font-weight: bold; font-size: xx-large; }
