html {
	height: 100%;
}

body {
	height: 100%;
	margin-bottom: 1px;
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 10px;
	color: #ffffff;
	background: #b7242e;
	text-align: center;
}
table,tr,td {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}
a:link, a:visited {
	color: #ffffff; text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #cccccc;	text-decoration: underline;
	font-weight: bold;
}