@charset "utf-8";
/* CSS Document */

body {
	font-family: "Lucida Sans Unicode", Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #820053;
	background-color: #000040;
}

.nav {
color: #820053; 
font-size: 14px;
}

.nav_current {
color:#FFFFFF; font-size:14px; font-weight:bold
}

a:link {
	color: #820053;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #820053;
}
a:hover {
	text-decoration: none;
	color: #000080;
}
a:active {
	text-decoration: none;
}
-->
</style>