body {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 16px;
	font-weight: normal;
}
td {
	font-size: 14px;
}
h2 {
	font-size: 16px;
	color: #FFFF00;
	font-weight: bold;
	background-color: #3366CC;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #333333;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}
