P  {
	font-family : Arial, Georgia;
	font-size : 11px;
}

TD  {
	font-family : Arial, Georgia;
	font-size : 11px;
}

H1  {}
    
H2  {}

H3  {}

A  {
	color : #000000;
    text-decoration : none;
}

A.white  {
	color : #60000;
    text-decoration : none;
}

A:Visited  {
    color : #800080;
    text-decoration : none;
}

A:Active  {
       color : #FF00FF;
    text-decoration : none;
}

A:Hover  {
    color : #FF00FF;
    text-decoration : underline;
}

BODY  {
	color : #000000;
	background-color : #996666;
	font-family : Arial, Helvetica;
	font-size : 11px;
}

STRONG  {
	color : #000000;
    font-weight : bold;
    font-style : normal;
	text-indent : 2px;
}


