BODY {
font-size : 100%;
font-family : arial, helvetica, sans-serif;
margin-left : 20px;
margin-top : 20px;
background : White;
}

P {
font-size : 80% 
font-family : arial, helvetica, sans-serif; 
}

H1 {
font-size : 200%; 
font-weight : bold; 
font-family : Arial, helvetica, sans-serif; 
color : #000080; 
}

H2 {
font-size : 175%; 
font-weight : bold; 
font-family : Arial, helvetica, sans-serif; 
 
}

H3 {
font-size : 150%; 
font-weight : bold; 
font-family : Arial, helvetica, sans-serif; 
color : #6495ed; 
}

H4 {
font-size : 135%; 
font-weight : bold; 
font-family : Arial, helvetica, sans-serif; 
color : #000080; 
}

H5 {
font-size : 125%; 
font-weight : bold; 
font-family : Arial, helvetica, sans-serif; 
color : #000000; 
}


A:link, A:active {
color		:	#0000ff;
text-decoration: none;
}

A:visited {	
color		:	#660066; 
text-decoration: none;
}		
A:hover {	
color		:	#008000;
background	:	#FFD700;
text-decoration: none;
}

.small {
font-family : calibri, Arial, Helvetica, sans-serif;
font-size : 70%;
}

TD {
font-family : Arial, Helvetica, sans-serif;
font-size : 90%;
}

.gray {
color : #808080
}

.red {
	color: red;
	font-weight : bold;
}

