html {
	margin: 0px auto;
	text-align: center;
	height: 100%;
}
body {
	margin: 0px auto;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 12px; 
	color: #231f20; 
	text-align: justify;
	height: 100%;
}
h1 {
	color: #000;
	font-size: 24px;
	margin: 4px 0px;
}
a {
	color: #363636;
	text-decoration: none;
}
a:hover {
	color: #272727;
	text-decoration: underline;
}