html, body, div {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

html, body {
	background-color: #fff;
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
}

a:link {
	color: #f30;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}
