
a:link {
	text-decoration: none;
	color: #AAAAAA;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FF00AA;
}



.body {
	margin-top: 10%;
	text-align: center;
}

.menu1 {
	position: absolute;
	margin-left: 25%;
	margin-top: 5%;
	left: 0px;
}

.menu2 {
	position: absolute;
	margin-left: 25%;
	margin-top: 5%;
	left: 140px;
}

.menu3 {
	position: absolute;
	margin-left: 25%;
	margin-top: 5%;
	left: 280px;
}


.content {
	position: absolute;
//	text-align: center;
	margin-top: 5%;
	margin-left: 25%;
	width: 50%;
	top: 200px;
	left: 0px;
}

