body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
body {
	background-color: #000000;
}
img {
	border:0;
	vertical-align: middle;
	margin: 2px;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF00;
}
a:hover {
	background-color: #FFFF66;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.title {
	color:#FFFF00;
	font-size:18px;
	font-weight:bold;
	text-decoration:underline
}
.center {
	text-align:center
}
.element {
	font-size: 80%;
}
.menu {
	text-align:left;
	position: absolute;
	top: 20px;
	left: 20px;
	width:300px; 
	overflow: auto
}
.right_content {
	text-align:left;
	position: relative;
	top: 20px;
	margin-left: 300px;
}
.toggler:hover {
	cursor:pointer;
}
input,select,textarea {
		color: #FFFFFF;
		font-size: 13px;
		background: #303030;
		border: 1px solid #FFFF00; 
}