BODY, P, DIV, TR, TD {
	cursor: default;
	font-family: trebuchet ms;
	color: #000000;
	font-size:16px;
	border: 1;
	
}
BODY {background-color: #CCCCCC;
}



A:link {
	text-decoration: none;
	cursor: auto;
	color: #D21A1A;

}
A:visited {
	text-decoration: none;
	cursor: auto;
	color: #D21A1A;

}
A:active {
	text-decoration: none;
	cursor: auto;
	color: #D21A1A;
}
A:hover {
	text-decoration: underline;
	color: #D21A1A;
	cursor: auto;
}
