SELECT {
	font-size : xx-small;
}
BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-style : normal;
	color : Black;
}

H1 {
	font-size : large;
	font-weight : bold;
}

H2 {
	font-size : medium;
}

TD {
	text-align : left;
	font-size : xx-small;
}

A:ACTIVE {
	color : Blue;
}
A:HOVER {
	color : Blue;
}
A:VISITED {
	color : Blue;
}
A:LINK {
	color : Blue;
}

