/* CSS Document */
#nav a:hover {
	background: #FF0;
	text-decoration:inherit;
	color:#F00;
	border-color:#FCF969;
	font-weight: bold;
	font-size: 17px;
	font-style:italic;
	vertical-align:middle;
    text-align:left;
	font-family: "Times New Roman", Times, serif;
	min-height:20;
	}

#nav a {
  background: #F00;
   text-align:left;
	font-weight: bold;
	font-size: 17px;
	font-style:italic;
	min-height:20;
	border-color:#FCF969;
	vertical-align:middle;
	font-family: serif;
	color: #FFF;
	text-decoration:inherit;
	display: block;
	}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url('body.jpg');
}


a:link {
	color: #6464FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6464FF;
}
a:hover {
	text-decoration: none;
	color: #3939E6;
}
a:active {
	text-decoration: none;
	color: #6464FF;
}
	

