.boldtext{
	font-weight : bold;
	font-family : "Arial";
	font-size : 12px;
}

A:LINK {
	color : Blue;
	text-decoration : none;
	font-weight : bold;
	font-family : "Arial";
	font-size : 12px;
}

A:VISITED {
	color : Blue;
	text-decoration : none;
	font-weight : bold;
	font-family : "Arial";
	font-size : 12px;
}

A:HOVER {
	color : #FEEB48;
	background-color : Blue;
	font-size : 12px;
}

BODY{
	font-family : "Arial";
	font-size : 12px;
}

INPUT{
	font-family : "Arial";
	font-size : 12px;
}

SELECT{
	font-family : "Arial";
	font-size : 12px;
}

TD {
	font-family : "Arial";
	font-size : 12px;
}

HR {
	color : Navy;
	height : 2px;
}

P {
	margin-top : 8px;
}

H1{
	font-family : "Arial";
	font-weight : bold;
	font-size : 24px;
	margin-top : 2px;
	margin-bottom : 2px;
}

H2{
	font-family : "Arial";
	font-weight : bold;
	font-size : 16px;
	margin-top : 2px;
	margin-bottom : 2px;
}

H3{
	font-family : "Arial";
	font-weight : bold;
	font-size : 13px;
	margin-top : 2px;
	margin-bottom : 0px;
}

H4{
	font-family : "Arial";
	font-weight : bold;
	font-size : 13px;
	margin-top : 2px;
	margin-bottom : 0px;
}

LI{
   height : 20px;
   }
