body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #CCCCCC;
}
body {
	background-image: url();
	background-repeat: no-repeat;
	background-color: #000000;
	scrollbar-3dlight-color: black; 
	scrollbar-arrow-color: white; 
	scrollbar-darkshadow-color: gray; 
	scrollbar-face-color: black; 
	scrollbar-highlight-color: gray; 
	scrollbar-shadow-color: black; 
	scrollbar-track-color: black; 
}
a {
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
    cursor: pointer;
	cursor: hand;
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #999999;
}

.container { 
width: 500px; height: 450px; 
 overflow-y: hidden; 
overflow:hidden;
border: 5px double #000000; 
background: url('../images/background.jpg');;
} 

.section { height: 450px; overflow: auto;} 
