P  {}

H1  {}

H2  {}

H3  {}

A  {
	font-size : small;
	font-family : Verdana;
	font-weight : normal;
	color : White;
	text-decoration : underline;
}

A:Visited  {
	font-size : small;
	font-family : Verdana;
	font-weight : normal;
	color : red;
	text-decoration : underline;
}

A:Active  {
	font-size : small;
	font-family : verdana;
	font-weight : normal;
	color : white;
	text-decoration : none;
}

A:Hover  {
	text-decoration : underline;
	font-size : small;
	font-family : verdana;
	font-weight : normal;
	color : blue;
}

BODY  {
	background : #CE0000;
	font-size : small;
	font-family : Verdana;
	font-weight : normal;
	color : Black;
}

#link {
font-size : 14px;
font-family : verdana;
font-weight : bold;
color : white;
}

#link:Visited {
font-size : 14px;
font-family : verdana;
font-weight : bold;
color : white;
}

#link:Hover {
font-size : 14px;
font-family : verdana;
font-weight : bold;
color : Blue;
}

#link:Active {
font-size : 14px;
font-family : verdana;
font-weight : bold;
color : white;
}

.smgray {
	font-size : 9px;
	font-family : verdana;
	font-weight : bold;
	color : black;
	font : italic;
}

.headline {
	font-size : large;
	font-family : Arial Bold;
	font-weight : bold;
	color : White;
}

.small  {
	font-size : x-small;
	font-family : Verdana;
	font-weight : normal;
	color : Black;
}

.asssmall  {
	font-size : xx-small;
	font-family : Verdana;
	font-weight : normal;
	color : Black;
}

#ASS  {
	font-size : xx-small;
	font-family : Verdana;
	font-weight : normal;
	color : White;
	text-decoration : none;
}

#ASS:Visited  {
	font-size : xx-small;
	font-family : Verdana;
	font-weight : normal;
	color : white;
	text-decoration : none;
}

#ASS:Active  {
	font-size : xx-small;
	font-family : verdana;
	font-weight : normal;
	color : white;
	text-decoration : none;
}

#ASS:Hover  {
	font-size : xx-small;
	font-family : verdana;
	font-weight : normal;
	color : blue;
}


