/* CSS Document */

body { scrollbar-face-color: #DAE5FA; 
		background-color: #5C5C5C;
       scrollbar-shadow-color: #003366;
       scrollbar-highlight-color: #DCDCDC;
       scrollbar-3dlight-color: #91A7DC;
       scrollbar-darkshadow-color: #DCDCDC;
       scrollbar-track-color: #DBE9FA;
       scrollbar-arrow-color: #003366
 
}

li{ list-style:square;}
	
hr { color: #000066; border:1; border-top-style:dashed; border-bottom-style:dashed; border-bottom-width:thin; border-top-width:thin; height: 1; width: 100%; text-align: center }

.baslik {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffa800;
	text-decoration: none;
}
.text {
	font-family: verdana;
	font-size: 11px;
	font-weight: plain;
	color: #5C5C5C;
	text-decoration: none; 
	text-align:justify; 
	margin-top:4; 
	margin-left: 4 ;
	margin-right:4;
	
}


.text a {
	font-family: verdana;
	font-size: 11px;
	font-weight: plain;
	color: #ffa800;
	text-decoration: underline; 
}
.text a:hover {
	font-family: verdana;
	font-size: 11px;
	font-weight: plain;
	color: #ffffff;
	background-color:#ffa800;
	text-decoration: underline;
}
