
#logo {
	background-image: url("weblogo.png");
	background-repeat: no-repeat;
}

body {
	border: 40px;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 150px;
	margin-bottom: 40px;
	font-family: "Verdana, Helvetica, Arial";
	font-size: 10pt;
}

#content {
	margin-left: 150px;
	margin-right: 150px;
}

a, a.visited {
	color: #666666;
	text-decoration: none;
}

a.hover {
	text-decoration: underline;
}

h1 {
	color: #666666;
}

h2 {
	color: #666666;
}

td {
	vertical-align: top;
	padding: 10px;
}
