﻿BODY
{
font-family		: Arial ;
background-color : white ;
}

TABLE
{
color			: black ;
}
H1
{
color 			: #003399 ;
font-size		: 22pt ;
font-weight		: bold ;
text-decoration		: none;
}

H2
{
color 			: #003399 ;
font-size		: 16pt ;
font-weight		: bold ;
text-decoration		: none;
}

H3
{
color 			: #000000 ;
font-size		: 14pt ;
font-weight		: bold ;
text-decoration		: none;
}

H4
{
color 			: #000000 ;
font-size		: 12pt ;
font-weight		: bold ;
text-decoration		: none;
}

H5
{
color 			: #000000 ;
font-size		: 12pt ;
font-weight		: normal ;
text-decoration		: none;
}

H6
{
color 			: #000000 ;
font-size		: 10pt ;
font-weight		: normal ;
text-decoration		: none;
}

P
{
color 			: black ;
font-size		: 12pt ;
font-weight		: normal ;
text-decoration		: none;
}

A:link		
{
	color : #2040F0;
	font-size: 12pt;
	font-weight : normal;
	text-decoration : None;
}

A:active		
{
color 			: green ;
font-size		: 12pt ;
font-weight		: normal ;
text-decoration 	: None ;
}

A:visited	
{
color 			: #0000B0 ;
font-size		: 12pt ;
font-weight		: normal ;
text-decoration 	: None ;
}

A:hover		
{
color			: #8FE9DF ;
font-size		: 12pt;
font-weight		: normal ;
text-decoration : None;
}