BODY {
	font-family : verdana;
	font-size : 10;
}
.normal {
	font-family : verdana;
	font-size : 10;
}
.large {
	font-family : verdana;
	font-size : 14;
}
A {
	font-family : arial;
	font-size : 10pt;
	text-decoration : underline;
	color : Blue;
}
A:HOVER {
	font-family : arial;
	font-size : 10pt;
	text-decoration : underline;
	color : Black;
}
H1 {
	font-family : verdana;
	font-weight : bold;
	font-size : 12;
	color : Black;
}
.title1 {
	font-family : verdana;
	font-size : 14;
	font-weight : bold;
}
.titlered {
	font-family : verdana;
	font-size : 14;
	font-weight : bold;
	color : #990000;
}