@charset "utf-8";
 

 
            p{
	font-family:"arial black";
	font-size: 14px;
	text-align: left;
	max-width: 550px;
	font-weight: normal;
	color: #00C;
	
}
h1 {
	color: #F60000;
	text-align: center;
	font-family: "arial black";
}
h3 {
	font-family: "arial black";
	color: #00C;
	text-align: center;
}

a {
	text-decoration: none;
	color: #00C;
}
a:hover {
	text-decoration: underline overline;
	color: #FF2626;
}

body {
	
	margin-top: 0px;
	background-color: #99B2FF;
}
body,td,th {
	color: "blue";
}
