html, body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body
 { 
	overflow:hidden;
	background-color:#e0e0e0;
	font-family: Arial, Verdana, sans;	
}

.message
 { 
	padding: 20px;
	text-align: center;
	font-weight: bold;
	line-height: 1.75em;
}

p
{
	font-size: 13px;
}

a
{
	text-decoration: underline;
}