@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
 h1 { 
    font-family: Georgia, "Times New Roman", Times, serif; 
    font-size: 12px; 
    font-weight: bold; 
    color: #666666; 
    } 

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ABC9E5;
}
.style2 {
	color: white;
	font: 16px/normal Arial, Helvetica, sans-serif; 
	font-weight: normal;
}

.style3 {
	color: white;
	font: 14px/bold Arial, Helvetica, sans-serif; 
	font-weight: normal;
}

.style4 {
	color: white;
	font: 20px/bold Arial, Helvetica, sans-serif; 
	font-weight: bole;
}

.style5 {
	color: white;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
}

.style6 {
	color: white;
	font-size: 40px;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
}

.style7 {
	color: white;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normaL;
}
.style8 {
	color: black;
	font: 13px Arial, Helvetica, sans-serif; 
	font-weight: normal;
	margin-left:12px;
}
.credit {
	color: white;
	font: 10px/normal Arial, Helvetica, sans-serif; 
	font-weight: normal;
}

a.email:link {color: #002e6a; 
text-decoration:none;
}      /* unvisited link */
a.email:visited {color: #002e6a;
text-decoration:none;
}  /* visited link */
a.email:hover {color: blue;
text-decoration:none;
}  /* mouse over link */
a.email:active {color: red;
text-decoration:none;
}  /* selected link */
