﻿h1 {
	font-size: 12pt; 
	color: #ec008c;
}
h2 
{
    font-weight: bold; 
	font-size: 11pt;
	color: #ec008c;
}
h3 {	
	font-size: 10pt; 
	color: #ec008c;
}
h4 {
	font-weight: bold;
	font-size: 9pt; 
	color: #ec008c;
}
h5 {
	font-weight: bold; 
	font-size: 8pt; 
	color: #ec008c;
}
body, p, ul, ol, table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a:link { color:#d0007b; text-decoration:underline;}
a:visited { color:#d0007b; text-decoration:underline; }
a:hover { color:#83004e; text-decoration:underline; }
a:active { color:#d0007b; text-decoration:underline; }