.nav {

}
.nav  a:link {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
.nav a:visited {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
.nav a:hover {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
.nav a:active {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
