h1 
{
	margin: 0px;
	font-family: Arial, Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #7194B8;
} 
h2 
{
	margin: 0px;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #7194B8;
} 
h3 
{
	margin: 0px;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #7194B8;
} 

a
{
	font-family: Arial, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	border: 0px;
	color: #7194B8;
}

a:hover
{
	color: #7194B8;
	text-decoration: underline;
}