﻿body,html {
	font-family: Arial;
	color:#fff;
	font-size: 10pt;
}


h1 { 
	font-size: 15pt;
	color: #bfbfbf;
	margin: 0 0 20px 0;
	font-weight: normal;
}

h2 {
	font-size: 12pt;
	color: #bfbfbf;
	font-weight: normal;
}

h3 {
	font-size: 11pt; 
	color: #fff;
	font-weight: bold;
}
	
	
p { 
	font-size: 10pt;
	line-height:1.5; 
	margin:0 0 10px 0;
	font-weight: normal;
}


A:link, A:visited, A:active
{
	COLOR: #9dfeff;
	text-decoration: none;
}

A:hover
{
	COLOR: #c5ff54;
	text-decoration: none;
} 
