BODY {
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
H1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : Gray;
	font-size : 18px;
}
H2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	color : Gray;
	font-size : 16px;
}
H3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Gray;
	font-size : 14px;
}

A:LINK {
	background-color : transparent;
	color : rgb(67,150,255);
	text-decoration : none;
	font-weight : bold;
	font-size : 12px;
}
A:VISITED {
	background-color : transparent;
	color : rgb(67,150,255);
	text-decoration : none;
	font-weight : bold;
	font-size : 12px;
}
A:HOVER {
	background-color : transparent;
	color : rgb(37,120,226);
	text-decoration : underline;
	font-weight : bold;
	font-size : 12px;
}
