body, html {
	height: 100%;
}
body  {
	height: 101%;
}

a:link {
	font-style: normal;
	text-decoration: underline;
} a:visited 
  {
	font-style: normal;
	text-decoration: underline;
} a:hover {
	font-style: normal;
	color: #E72029;
	text-decoration: underline;
} a:active {
	font-style: normal;
	color: #FFFFFF;
	text-decoration: underline;	
} a {
	text-decoration: underline;
}

