﻿body {
	color:black;
	font-family:Verdana;
	font-size:10pt;
}

table, td, tr {
	color:black;
	font-family:Verdana;
	font-size:10pt;
}

a {
	color:black;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FF6600;
	text-decoration:none;
}
a:active {
	color: #FF6600;
	text-decoration:none;
}
h1 {
	font-size:x-large
}
h2 {
	color:#808000;
	font-size:x-large;
	text-align:right;
}