
BODY, BODY:first-line {
	font-family : Arial;
	font-size : 12px;
	background-color : White;
}

UL {
	font-family : Arial;
	font-size : 12px;	
}
H1 {
	font-family : Arial;
	font-size : 16px;
}

h6 {
	font-family : Arial;
	font-size : 10px;
}

TABLE {
	font-family : Arial;
	font-size : 12px;	
}

A:LINK {
	text-decoration : none;
	color : Black;
}

A:VISITED {
	text-decoration : none;
	color : Black;
}

A:ACTIVE {
	text-decoration : none;
	color : Black;
}

A:HOVER {
	text-decoration : underline;
	color : Red;
}
