BODY, TD {
	font-family : sans-serif;
}
H1 {
	font-family : BernhardTango BT, Comic Sans MS, Monaco;
}
H2 {
	font-family : BernhardTango BT, Comic Sans MS, Monaco;
	font-weight : bolder;
}
H3 {
	font-family : sans-serif;
	font-weight : bolder;
}
H4{
	font-family: sans-serif;
	font-weight : bold;
}
A:LINK{
	text-decoration : none;
}
A:VLINK{
	text-decoration : none;
	color : Green;
}
A:HOVER {
	color : Green;
	text-decoration : underline;
}
.sizedown {
	font-size : x-small;
}
.sizedown2 {
	font-size : 8pt;
}