BODY, TD {
	font-size : 12px;
	font-family : arial,helvetica,sans-serif;
}

A {
	color: #3300FF;
	text-decoration: none;
}


A:hover {
	text-decoration: underline;
}

H1 {
	font-size: 12px;
	text-transform : uppercase;
	font-weight : bold;
	color=#000099;
	font-style : normal;
}

H2 {
	font-weight : bold;
	text-transform : uppercase;
	font-size : 12px;
	color: #FF3300;
}
LI {
	list-style-type : square;
}

