html, body {
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #cccccc;
	width: 100%;
	/* Mac IE5 comment hack (hides next line from this browser) \*/
	height: 100%;
	/* end hack */	
}

p {
	font: 12px/14px Arial, Helvetica, sans-serif;
}
	
.copy {
	margin: 20px;
	text-align:left;
}
.logo {
	text-align:center;
}
a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #666666;
}
