body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
}
h2 {
	font-size : medium;
}
table {
	border: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
}
td {
	border: none;
	vertical-align: top;
}
A:link {
	COLOR : Black;
	TEXT-DECORATION : none;
}

A:visited {
	COLOR : Black;
	TEXT-DECORATION : none;
}

A:active {
	COLOR : Black;
	TEXT-DECORATION : none;
}

A:hover {
	font-weight : normal;
	color : Black;
	TEXT-DECORATION : underline;
	background : yellow;
}
