.bodytext {
	font-family: sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration : none;
}

.bodytitle {
	font-family: sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration : none;
}

.linktext {
	font-family: sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration : none;
}

a{
	color:#FFFFFF;
	text-decoration : none;
}

a:hover {
	color: #990000;
	text-decoration : none;
}

