/* DragonsEye Style CSS */

/* Global Styles */
html {
	background: #000;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	text-decoration: none;
	color: #FFF;
}
img {
	border: none;
}

/* Backgrounds */
div#fblock, span.member-title {
	background: #c0c0c0;
}

/* Text Syles */
div#links li{
	display: inline;
}
span.member-title, div#fblock {
	color: #000;
}
div#hblock a:hover {
	border: 1px solid #FFF;
}
div#content-pane {
	text-align: center;
}
