P  {
	font-family : Arial;
}

H1  {}

H2  {}

H3  {}

A  {
	text-decoration : none;
	font-weight : bold;
}

A:Visited  {
	text-decoration : none;
	font-weight : bold;
}

A:Active  {
	text-decoration : none;
	font-weight : bold;
}

A:Hover  {
	font-weight : bold;
	color : #FF0000;
	text-decoration : none;
}

BODY  {
	font-family : Arial;
	font-size : xx-small;
}

.small_text  {
	font-size : x-small;
	font-family : Arial;
	font-weight : bold;
}

.title  {
	font-size : large;
	font-style : oblique;
	font-weight : bolder;
}

BODY.scrollbar {
	SCROLLBAR-FACE-COLOR: #666666; SCROLLBAR-HIGHLIGHT-COLOR: #CCCCCC; SCROLLBAR-SHADOW-COLOR: #666666; SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-BASE-COLOR: #000000; scrollbar-dark-shadow-color: #333333; scrollbar-3d-light-color: #999999
}