html {
   margin: 0px; 
   padding: 0px; 
   height: 100%; 
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #FFFFFF;
}
.text_content {
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px;
	text-transform: uppercase;
	color: #666666;
	font-size: 12px;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 12px;
}
a {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.text_footer {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 15px;
}
