@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;	
}
a:link {
	color:#990000;
	text-decoration: underline;
}
a:visited {
	color:#990000;
	text-decoration: underline;
}
a:hover {
	color:#FF0000;
	text-decoration: underline;
}
a:active {
	color:#FF99FF;
	text-decoration: underline;
}
#gallery {
	position:absolute;
	display:none;
	background-color:#000000;
	width:130px;
}
.menutext {
	font-size: 10px;
	font-weight: bold;
	padding: 3px auto;
	text-align:center;
}

.menutext a:link {
	color:#FFFFFF;
	text-decoration: none;
}
.menutext a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
.menutext a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
.menutext a:active {
	color:#FFFFFF;
	text-decoration: none;
}
.submenutext a:link {
	color:#FF0000;
	text-decoration: none;
}
.submenutext a:visited {
	color:#FF0000;
	text-decoration: none;
}
.submenutext a:hover {
	color:#FF99FF;
	text-decoration: underline;
}
.submenutext a:active {
	color:#FF0000;
	text-decoration: none;
}


