H1  {
	font-size : 18px;
	font-weight : bold;
	color : Black;
	font-family : verdana,arial,helvetica;
}

H2  {
	font-size : 16px;
	font-weight : bold;
	color : Black;
	font-family : verdana,arial,helvetica;
}

H3,h4,h5,h6  {
	font-weight : bold;
	color : Black;
	font-size : 14px;
	font-family : verdana,arial,helvetica;
}

A  {
	color : #333333;
}

A:Visited  {
	color : #333333;
}

A:Active  {
	color : red;
}

A:Hover  {
	color : silver;
}

BODY  {
	background-color : #faf2e5;
	color : black;
	font-family : verdana,arial,helvetica;
	font-size : 12px;
	font-weight : normal;
}

TD, P {
	font-size : 12px;
	font-family : verdana,arial,helvetica;
	color : black;
	font-weight : normal;
}

b {
	font-weight : bold;
}

i {
	font-style : italic;
	}
