body {
	margin:40px;
	background-color: #f8f8f8;
	text-align: center;
}

body, p, td, dt, dd {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

td {
vertical-align: top;
}

#content {
	padding:40px;
	border: solid 1px gray;
	text-align: left;
	background-color: white;
	color: #666666;
}

img {
	margin: 10px;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: #006699;
}

a:visited {
	color: #006699;
}

a:active {
	text-decoration: underline;
	color: #006699;
}

a:hover {
	text-decoration: underline;
	color: #006699;
}

dd p {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 1em;
}
