@charset "UTF-8";
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #663366;
	border-top-style: inset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: inset;
	border-top-color: #FFCCFF;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #FFCCFF;
	font-weight: 300;
	text-transform: capitalize;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}

.navLinks a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.navLinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.navLinks a:active {
	color: #FFFFFF;
	text-decoration: none;
}

