@charset "utf-8";

body
{
	background-color: #003;
}

body,td,th {
	font-family: Arial, sans serif;
}
a:link {
	color: #09F;
	text-decoration: none;
	border:none
}
a:visited {
	color: #09F;
	text-decoration: none;
}
a:hover {
	color: #0CF;
	text-decoration: none;
}
a:active {
	color: #09F;
	text-decoration: none;
}
p {
	color: #06C; 
	font-size: 12px; 
}
h1 {
	color: #06C;
	font-size: 20px;
}
h2 {
	color: #06C;
	font-size: 14px;
}
h3	{
	color: #06F;
	font-size:11px;
}
h4	{
	color: #06F;
	font-size:9px;
}
h5	{
	color: #06F;
	font-size:12px;
}

