/* CSS Document */

/* Created 2007 by NUR KARLICA IVERSON */
html, body { 
 	background-color: #000000; 
 	margin: 0px;
	background-image: url(../images/desen.gif);
	padding: 10px;
	scrollbar-base-color: #171717;
	scrollbar-3dlight-color: #E2CA5E;
	scrollbar-arrow-color: #000000;
	scrollbar-darkshadow-color: #957C1F;
	scrollbar-face-color: #F4D96E;
	scrollbar-highlight-color:#999;
	scrollbar-shadow-color:#003300;
	scrollbar-track-color: #B9A135;
} 

#orta {
	width: 96%;
	border: 3px #E4C839 solid;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
    font:Arial, Helvetica, sans-serif;
    color:#000000;
	background-color: #ffffff; 
    padding: 8px;}
a:link {
	color: #666600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003333;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
.brd {
	border: 3px groove #CC9933; padding: 4px;	background-color: #B69F2D; }
