a:link
{
	color: rgb(255,206,0);
	font-weight: normal; 
	text-decoration: underline;
}
a:visited
{
	color: rgb(160,160,245);
	font-weight: normal;
	text-decoration: underline; 
} 
a:active 
{
	color: rgb(254,231,19);
	font-weight: bold;
	text-decoration: underline;
}

a {text-decoration: none}

body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12pt; 
	background-color: rgb(79,121,163);
	color: rgb(255,255,255);
        margin-left: 1em;
}
table
{
	table-border-color-light: rgb(100,206,0);
	table-border-color-dark: rgb(255,206,0);
	font-family: Verdana, Arial, Helvetica;
	font-size: 12pt;  
}

h1
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 30pt; 
	color: rgb(255,206,0);
	font-weight: normal;
}
h2
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 14pt; 
	color: rgb(255,255,255);
	font-weight: bold;
}
h3
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12pt; 
	color: rgb(255,255,255);
	font-weight: bold;
}
h4
{
	color: rgb(204,255,255);
}
h5
{
	color: rgb(0,0,102);
}
h6
{
	color: rgb(153,0,0);
}
