a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}

.title a {
	color: #FFFFFF;
	text-decoration: none;
}
.title a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

td {
	font-size: 10pt;
}

body {
	font-family: Verdana;
	font-size: 10pt;
	margin-top: 0px; margin-bottom: 0px; margin-left: 4px; margin-right: 4px;
}
