body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	border:0; /* remove borders */
	font-family: Tahoma;
}


a:link { 
	text-decoration: none; 
	color: darkblue;
	}

a:visited { 
	text-decoration: none; 
	color: darkblue;
	}

a:hover, a:active { 
	text-decoration: underline;
	color: #e30002;
	}

h1, h2, h3, h5, h6
{
	font-family: Tahoma;
}
h4
{
	font-family: Tahoma;
	color: #0000cc;
	font-size: 11;
}
h1
{
	color: #0000cc;
	font-size: 15;
}
h2
{
	color: darkorange;
	font-size: 14;
}
h3
{
	font-size: 11px;
}
h5
{
	color: #0000cc;
	font-size: 12px;
}
h6
{
	color: #0000cc;
	font-size: 11px;
}