﻿body {
	font-size: 12px;
	color: #333333;
	margin: 0px;
}

table {
	font-size: 12px;
	color: #333333;
}


a:link {
	color: #333333; text-decoration: none;
}

a:visited {
	color: #333333; text-decoration: none;
}

a:active {
	color: #333333; text-decoration: underline;
}

a:hover {
	color: #FF6600; text-decoration: underline;
}