@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bkgd.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family:"Arial Narrow", "Arial", Sans Serif;
}
a.nav:link,
a.nav:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a.nav:hover,
a.nav:active {
	color: #AEEE14;
	text-decoration: none;
	font-weight: bold;
}

ul.a  {
	list-style-type:square;
}
