body {
	background-color: #000000;

	font-family: Times New Roman, Times Roman, Roman;
	font-size: 15px;
	color: #ffffff;
}

.menu_intro {
	font-family: Times New Roman, Times Roman, Roman;
	font-size: 22px;
	font-weight: normal;
	color: #998366;
	text-decoration: none;
}

.menu_intro:hover{
	font-family: Times New Roman, Times Roman, Roman;
	font-size: 22px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

a:link    { color:  #cccccc; text-decoration: none; }
a:visited { color:  #cccccc; text-decoration: none; }
a:active  { color:  #cccccc; text-decoration: none; }
a:hover   { color:  #ffffff; text-decoration: none; }

