.menu {
	position: absolute;
	height: 300px;
	width: 120px;
	left: 0px;
	top: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: lowercase;
	color: #FFFFFF;
	background-color: #6D897E;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: lowercase;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF3333;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: lowercase;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF3333;
	font-weight: normal;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: lowercase;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FFCC33;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	text-transform: lowercase;
	color: #FF3333;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: lowercase;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FFFFFF;
}
