/* CSS Document */

body,td,th {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #990099;
	text-decoration: underline;
}
body {
	background-color: #EBDEDE;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}

