body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:12px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;	
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
}

.lightgreytext {
	color: #CCCCCC;
}

.darkgreytext {
	color:#666666;
}

.turquoisetext {
	color:#00CCFF;
}

.yellowtext {
	color:#CCCC00;
}

.copyright {
	color:#FFFFFF;
	font-size:9px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00CCFF;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	text-transform: uppercase;
	color: #CCCCCC;
}
a:link {
	color: #00CCFF;
	text-decoration: underline;
}
a:hover {
	color: #CCCC00;
}
a:visited {
	color: #00CCFF;
	text-decoration: underline;
}
