.bodystyle {
	font-family: Tahoma, Verdana, "Times New Roman", Arial;
	font-size: xx-small;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #333333;
}
.linkstyle {
	font-family: Tahoma, Verdana, "Times New Roman", Arial;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
}
A {
	text-decoration: none;
	color: #FFFFFF;
}
A:visited {
	text-decoration: none;
	color: #FFFFFF;
}
A:hover, A:visited:hover {
	text-decoration: underline;
	color: #FFFFFF;
}