body {background-color: black}
.Nav {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
.Nav a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	}
.Nav a:visited { 
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	}
.Nav a:hover {
	color: #FF0000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	}
.Nav a:active {
	color: ##FF0000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: italic;
	}