body {
	font-family: 'Trebuchet MS', verdana, arial, sans-serif;
	background-color: lightsteelblue;
	margin: 0px;
	font-size: 10pt;
}

h1 {
	border-bottom: black 1px solid;
}

h2 {
	border-bottom: gray 1px solid;
}

h3 {
	border-bottom: silver 1px solid;
}

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

a:hover {
	text-decoration: underline;
}

div#main {
	width: 60em;
	background-color: white;
	border: white 2em solid;
}

div#logo {
	position: relative;
	float: right;
}


