.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #FFFFFF;
	text-decoration: none;

}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #FCB05A;
	text-decoration: none;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #FCB05A;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #FFFFFF;
	font-weight: normal;
}
body {
	background-color: #000000;
}
a:visited {
	color: #FCB05A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-decoration: none;
}

