body {
	background-color:#1c1c1c;
	margin: 5px;
	padding-top:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:10px;
	scrollbar-3dlight-color:#cccccc;
	scrollbar-arrow-color:#FFFAFA;
	scrollbar-base-color:;
	scrollbar-track-color:#161616;
	scrollbar-darkshadow-color:#22222;
	scrollbar-face-color:#161616;
	scrollbar-highlight-color:#161616;
}

a:link {
	text-decoration: none;
	color: #CCCCCC;
}

a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color:#C21820;
}

a:active {
	text-decoration: none;
	color: #CCCCCC;
}

input, select, textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#1A212D;
	border-width:1px;
	border-color:#293447;
}

div.gbook {
text-align:left;
width:90%;
border:1px solid;
border-color:#999999;
margin:10px auto;
padding:5px;
overflow:auto; /* This is important to prevent long words from fucking up the layout.
				  You could use hidden instead of auto, to simply hide the "overflowing" letters
				  without the scrollbar */
}

div.gbook p, div.gbook h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

div.paging {
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

.sign{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#D6D6D6;
}