A:visited {
	color: #cc3333;
	text-decoration: underline;
	font-weight: bold;
}
A:link { 
	color: #cc3333;
	text-decoration: underline;
	font-weight: bold;
}	
A:hover {
	color: #ff3333;
	text-decoration: underline;
	font-weight: bold;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #333336;
	color: #ffffff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
}
td {
	color: #ffffff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
}

img {
	border: none;
}
