P  {
	color : White;
	font-size : x-small;
}

H1  {
	font-size : x-large;
	font-weight : bold;
	color : #FEFEC8;
}

H2  {}

H3  {}

A  {
	text-decoration : none;
	font-weight : bold;
	color : #F6F793;
	font-size : x-small;
}

A:Visited  {
	text-decoration : none;
	font-style : normal;
	font-weight : bold;
	color : #FEFEC8;
}

A:Active  {
	font-weight : bold;
	font-style : normal;
	color : Yellow;
	text-decoration : underline;
}

A:Hover  {
	color : Red;
	font-weight : bold;
	text-decoration : underline;
	font-style : normal;
}

BODY  {
	color : White;
	background-color : Black;
	font-family : Arial;
	font-size : x-small;
}

DIV.SMALLA  {
	font-size : xx-small;
	color : White;
	text-decoration : none;
}

DIV.SMALA  {
	color : #FEFEC8;
	font-size : x-small;
	text-decoration : none;
	text-align : center;
}

DIV.SMAL  {
	font-size : x-small;
	color : White;
	text-decoration : none;
	font-family : Arial;
}

DIV.RB  {
	color : Red;
	font-weight : bold;
	font-size : x-small;
	font-family : Arial;
	text-decoration : none;
}

