﻿A:link
{
	font-size: 10pt;
	color: rgb(80, 0, 0); 
	text-decoration:underline;
}
A:visited
{
	font-size: 10pt;
	color: rgb(128, 128, 128); 
	text-decoration:underline;
}
A:hover
{
	font-size: 10pt;
	font-weight: bold;
	color: rgb(0, 33, 0);
	text-decoration:underline;
}
a:active 
{
	font-size: 10pt;
	color: rgb(204, 153, 0);
	text-decoration:underline;
}
address
{
	font-size: 8pt;
}
blink
{
	font-size: 12pt;
	color: #800000;
	font-style: italic;
	font-weight: bold;
}
BODY
{
	background: #FFFFFF;
	color: rgb(0, 0, 0);
	FONT-FAMILY: Century Gothic, Arial, Helvetica;
	FONT-SIZE: 10pt;
}
P, UI, LI, Normal, TR, TD
{
	FONT-FAMILY: Century Gothic, Arial, Helvetica;
	FONT-SIZE: 10pt;
}
table
{
	table-border-color-light: rgb(204, 153, 255);
	table-border-color-dark: rgb(204, 0, 204); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Century Gothic, Arial, Helvetica;
}
h1
{
	color: rgb(0, 51, 102);
}
h2
{
	color: rgb(51, 0, 153); 
}
h3
{
	color: rgb(204, 0, 153); 
}
h4
{
	color: rgb(0, 51, 102);
}
h5
{
	color: rgb(51, 0, 153);
}
h6
{
	color: rgb(204, 0, 153);
}

#splash
{
background-color:gray;
margin: 200px 0px 0px 0px;
}




