/* Main Document stuff */
body, table, tr, td, th, p, blockquote, hr, h1, h2, h3, li, ul {
	font-family: sans-serif;
	color: black;
	background: white;
}
a:link {
	text-decoration: none;
	font-family: sans-serif;
	color: #1F00FF;
	background: white;
}
a:visited {
	text-decoration: none;
	font-family: sans-serif;
	color: #9900DD;
	background: white;
}
a:hover, a:active {
	text-decoration: underline;
}
