html, body
{
	background-color: #efefef;
}

.main{
	width: 650px;
	margin: 5em auto 0 auto;
}

a:link, a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:active, a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #6e6e00;
}


h2 {
	font-weight: bold;
	font-size: 120%;
	color: #6e6e00;
}
p {
	margin: 1em 25%;
	font-weight: normal;
	font-size: 100%;
}