/* CSS Document */

body,td,th {
	font-family: "Comic Sans MS", Verdana, Arial;
	color: #000000;
	font-size: 12pt;
}
body {
	background-color: #DBDBDB;
}
a:link {
	color: #E2602E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E25E2D;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #F3B91A;
}
