
body, h1 {
	font-family: "arial";
	font-size: 20pt;
	font-weight: bold;
	color: #990000;
}

body, h2 {
	font-family: "arial";
	font-size: 14pt;
	font-weight: bold;
	color: #3399CC;
}

body, h3 {
	font-family: "arial";
	font-size: 12pt;
	font-weight: normal;
	color: #333333;
}

body, h4 {
	font-family: "arial";
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
}







a {   color: #ffffff;  text-decoration:none }
a:hover {  color:#FF0000 }


a.type1 { color:#990000; text-decoration:none }
a.type1:hover { color:#339900 }

a.type2 { color:#339900; text-decoration:none; size:8 }
a.type2:hover { color:#990000 }

a.type3 { color:#339900; text-decoration:none; size:8 }
a.type3:hover { color:#990000 }




hr {
	color: #ff0000;
	width: 50%;
}


hr.class1 {	color: #990000; width: 50%; }

