﻿@charset "UTF-8";
body {
	background-image: url(images/ebg.jpg);
	background-attachment:scroll;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	letter-spacing: 2px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CACACA;
}
a:hover {
	text-decoration: none;
	color: #784b21;
}
a:active {
	text-decoration: none;
	color: #784b21;
}

