/* Comment */

a.navlinks:link {
	border: 1px #AAAAAA outset;
	background: transparent;
	color: #777777;
	display: block;
	text-decoration: none;
	width: 100px;
}

a.navlinks:visited {
	border: 1px #AAAAAA outset;
	background: transparent;
	color: #333333;
	display: block;
	text-decoration: none;
	width: 100px;
}

a.navlinks:hover {
	border: 1px #AAAAAA outset;
	background: #999999;
	color: #333333;
	display: block;
	text-decoration: none;
	width: 100px;
}

.nav {
	left: 20px;
	position: absolute;
	top: 20px;
	width: 125px;
}

.links {
	background-color: #777777;
	border: 1px #AAAAAA outset;
	font-size: 15px; 
	font-weight: 500;
	margin: 0.1px;
	padding: 1px 2px;
	width: 100px;
}

.inBody {
	border: 1px solid;
	border-color: #AAAAAA;
	color: #333333;
	font-size: 15px; 
	margin-left: auto;
	margin-right: auto;
	width: 450px;
	margin-top: 20px;
	padding: 4px;
}

H1.title {
	font-size: 20px; 
	text-align: center;
}