a:link {
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

.dotted {
	font-family: Tahoma, Arial, "Times New Roman";
	/*color: #000000;*/
	background-color: #F3F3F3;
	/*border: thin dotted #000000;*/
}