body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 20px;
	color: black;
}
h1 {
	font-size: xx-large;
}
p {
	line-height: 1.4em;
	margin: 10px;
	color: #666666;
	padding-bottom: 10px;
	font-size: large;
}
a:link, a:visited {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FF0000;
	text-decoration: underline;
}
