@charset "UTF-8";
/* CSS Document */
body {
	background: #000000;
	
}
 Scroll
ul {
margin-top: 0px;
margin-bottom: 0px; 
list-style-image: url(your custom bullet);
color: #333333;
font-size: 80%;
font-weight: normal;
margin-left: 20px; 
padding-left: 20px; 
line-height: 1.3em;
} 

.scrollArea {
	width: 760px;
	height: 475px;
	padding-left: 20px;
	padding-right: 10px;
	border-color: none;
	border-width: 0px;
	border-style: solid;
	float: right;
	overflow: auto;
	line-height: 1.75;
}
 Links

a:active {
outline:none
}
a:visited {
	outline:none;
	color: #E8B70C;
}
a:link {
	outline:none;
	color: #E8B70C;
}

 Text
.style2 {
	font-family: Arial, Helvetica, sans-serif, "Avant Garde Book BT";
	color: #FFFFFF;
	font-weight: lighter;
}
.style3 {
	color: #E8B70C;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif, "Avant Garde Book BT";
	font-weight: lighter;
}

/*form*/
label {    
float: left;    
width: 10em;    
margin-right: 1em;   
}