/* CSS Document */

#nav {
	position:absolute;
	width: 760px;
	height: 31px;
	margin:179px 0px 0px -380px;
	top: 50%;
	left: 50%;
}

body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
 	font-style: normal;	
}

a:link {
	color:#666666;
	text-decoration: none;
}
a:visited {
	color:#666666;
	text-decoration: none;
}

a:active {
	color:#666666;
	text-decoration: none;
}

a:hover {
	color:#666666;
	text-decoration: underline;
}