html,body {
  margin:0;
  padding:0;
  background-color: #FFFFFF;
  font-family: arial, verdana, helvetica;
  font-size: 8pt;
  color: #666666;
}

p {
	margin-top: 5px;
}

a:link { color: #333399; font-size: 8pt; font-weight: bold; text-decoration: underline; }
a:visited { color: #333399; font-size: 8pt; font-weight: bold; text-decoration: underline; }
a:active { color: #333399; font-size: 8pt; font-weight: bold; text-decoration: underline; }
a:hover { color: #333399; font-size: 8pt; font-weight: bold; text-decoration: underline; }

#content {
	padding: 40px 20px 10px 100px;
}

#home-link {
	margin-left: 85px;
}

.quote-by {
	margin-left: 300px;
}

li {
	margin-top: 10px;
	margin-left: 60px;
}