body {
	font-family: times;
	font-size: 21pt;
}

a, a:active, a:visited, a:link {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: #95BF2F;
}

#main {
	border: 1px solid gray;
	width: 400px;
	height: 200px;
	margin-top: 15%;
}