html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}


p {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
}

a:link {
	color: #f05a27;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #f05a27;
	text-decoration: none;
	font-weight: bold;	
}
a:hover {
	color: #f05a27;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #f05a27;
	text-decoration: none;
	font-weight: bold;
}