.Content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	height: auto;
	width: 700px;
	left: 150px;
	top: 150px;
}

a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #CCCCCC;
}
.Header {
	position: absolute;
	height: auto;
	width: 714px;
	left: 150px;
	top: 30px;
	right: auto;
	bottom: auto;
}

.Menu {
	position: absolute;
	height: 692px;
	width: 126px;
	left: 3px;
	top: 2px;
	right: auto;
	bottom: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	background-color: #FFFFFF;
}

h1 {
	font-size: 140%;
	color: #666666;
}
.small {
	font-size:60%;
	text-align: center;
}
h2 {
	font-size: 130%;
	font-weight: normal;
	color: #666666;
}
