.nav
{
	font-size: 10px;
	color: #9C319C;
	text-align: center;
}

.nav2
{
	background-color: #AEA8D9;
	text-align: center;
}

a:link{
	color : #6363FF;
	text-decoration : none;
}

a:visited{
	color : #9C31FF;
	text-decoration : none;
}

a:hover{
	color : #CE31FF;
	text-decoration : underline;
	background-color: #FFFFCE;
}

a:active{
	color : #6363FF;
	text-decoration : underline;
}

