﻿a:link
{
	text-decoration= none;
	color: rgb(255,255,255);	
}
a:visited
{
	text-decoration= none;
	color: rgb(255,255,255);
} 
a:active 
{
	text-decoration= none;
	color: rgb(255,0,0);
}
body
{
	font-family: Century Gothic, Arial, Helvetica;
	background-color: rgb(31,31,31);
	font-size: 10pt;
	color: rgb(204,204,204);
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(FF,CC,00); 
}
h1, h2, h3, h4, h5, h6{	font-family: Century Gothic, Arial, Helvetica;}h1{	color: rgb(204,204,204);	font-family: Century Gothic, Arial, Helvetica;	font-size:16pt;}h2{	color: rgb(204,204,204);	font-family: Century Gothic, Arial, Helvetica;	font-size: 14pt; }h3{	color: rgb(204,204,204);	font-family: Century Gothic, Arial, Helvetica;	font-size: 13pt; }
