﻿body
{
	background-color:white;
	margin: 25px 0 0 0;
	padding:0 0 0 0;
	height:100%;
}
h1
{
	font-family: Verdana;
	font-size: 19pt;
	line-height: 24pt;
	color: #303098;
	font-weight: bold;
	text-align: center;
} 
h2
{
    font-family: Verdana;
	font-size: 12pt;
	line-height: 16pt;
	color: black;
	font-weight: bold;
	text-align: left;	
}
p
{
	font-family: Verdana;
	font-size: 10pt;
	line-height:12pt;
	color:Black;
	text-align:left;
}
a:link
{
	color:Black;
	text-decoration:none;
}
a:active
{
	color:Black;
	text-decoration:none;
}

a:visited
{
	color:Black;
	text-decoration:none;
}

a:hover
{
	color:Black;
	text-decoration:underline;
}
