﻿a:link
{
	color: #333366;
	text-align: center;
	font-weight:bold;
	text-decoration:underline;
}
a:visited
{
	color: gray; 
	text-align: center;
	font-weight:bold;
	text-decoration:underline;


} 
a:active 
{
	color: rgb(0,192,0);
	text-align: center;
	font-weight:bold

	}
	
body
{
	font-family: Arial,Verdana, Helvetica;
	font-size: 12px;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}

p
{
font-family:  Arial, Verdana,Helvetica;
font-size: 12px;
	}

table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102); 
	font-family: Arial, Verdana, Helvetica;
    font-size: 12px;

}

h3 
{
	
text-align:center;
font-family: Arial, Helvetica, sans-serif; 
font-size: 18px; 
font-weight: bold; 
color: #333366;
}

h4 
{
text-align:center;
font-family: Arial, Helvetica, sans-serif; 
font-size: 16px; 
font-weight: bold; 
color: rgb(0,0,0);
}
