html, body {
   height: 100%;
}
* {
    margin: 0;
}
.wrapper {
   min-height: 100%;
   height: auto !important;
   height: 100%;
   margin: 0 auto -4em;
}
.footer, .push {
    height: 4em;
}

A 	{
		cursor: auto;
		font:normal 8pt Verdana;
		color: #E41F1F;
		background: transparent;
		text-decoration: none;
		}

A:active 	{color: black; text-decoration: none}

a:visited	{color: #FF7171; text-decoration: none}

A:hover 	{
			font: normal 8pt Verdana;
			color: #003366;
			text-decoration: underline;
			}