a:link
{
	color: #3F5493; 
	text-decoration: none;
	font-weight: bold;
}
a:visited
{
	color: #364378; 
	text-decoration: none;
	font-weight: bold;
} 
a:active 
{
	color: #486CAA;
	font-weight: bold;
}
A:hover 
{color: #486CAA; 
text-decoration: underline; 
font-weight: bold;
}

body
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 10pt; 
	background-image: url('images/background.jpg');
}
table.side
{
	table-border-color-light: rgb(153,255,204);
	table-border-color-dark: rgb(0,0,51); 
}
h1, h2, h3, h5, h6
{
	font-family: Times New Roman;
	
	
}
h1
{
	size: 6;
	font-family: Times New Roman;
	color: #3F5493;
	text-align: center;
}
h2
{
	color: 3A403A; 
	font-variant: small-caps;
	font: Times New Roman;
	size: 5;
	text-align: center;
}
h3
{
	color: 384A38; 
	align: center;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	text-align: center;
}
h4
{
	color: rgb(255,204,0);
	color: #384A38;
    font-variant: small-caps;
    size: 6;
}
h5
{
	color: rgb(153,255,51);
}
h6
{
	color: rgb(0,255,204);
}


p
{
line-height: 150%;
letter-spacing: 1pt;
color: #384A38;
}