/* CSS Document */

body {
	background-color: #000000;
}

.style1 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;

}
.h1 {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
 
 
 p  {color:#FFFFFF;
     font-family:Arial, Helvetica, sans-serif;
	 font-weight:normal;
	 font-size:18px;
	 text-decoration:none
	 
	 }
	 
	 .style2, .style2 a:link {
	font-size: 24px;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

.style3 {
	font-size: 36px;
	color: #FFFFFF;
}
a:link {
	color: #0000FF;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
	font-size: 18px;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style4 {
	font-size: 36px;
	color: #CCCCCC;
	text-decoration: none;
}

