body {
	background-color:silver;
}

body, p, td { 
	color: black; 
	font-size:12px;
	font-style: normal; 
	font-weight: normal; 
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	text-decoration: none; 
	background-color: white; 
	margin-top:10px; 
	}
h1 {
	font-size:22px;
}
h2 {
	font-size:18px;
}
td	{ vertical-align:top; }

a
{
	color: #666;
	text-decoration: none;
}
a:hover { color: #666; text-decoration: underline }
a:visited { color: #666; text-decoration: none }