A:link {text-decoration: none; color: #99cc00;}
A:visited {text-decoration: none; color: #99cc00;}
A:hover {text-decoration: underline; color: #99cc00;}

A.menude:link {text-decoration: none; color: #006600;}
A.menude:visited {text-decoration: none; color: #006600;}
A.menude:hover {text-decoration: none; color: #000088;}

body {
	scrollbar-face-color: #99cc00;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #336699;
	scrollbar-highlight-color: #99cc00;
	scrollbar-shadow-color: #99cc00;
	
	color: #000000;
	font-size: 13px;
	text-decoration: none;
	font-family: sans-serif;
	
	background-color: #ffffff;
	background-image: url('../dosya/reklam.jpg');
	background-attachment: fixed;
	/* background-repeat: repeat-y; */
	background-repeat: no-repeat;
	background-position: 1000px 30px;
}

tr {
	vertical-align: top;
	font-size: 13px;
}

.sayfabaslik {
	color: #77aa00;
	font-size: 22px;
	font-weight: bold;
}

.menu {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 180px;
}

.blog {
	position: absolute;
	top: 10px;
	left: 205px;
	width: 780px;
}

.f0 {color: #336699; font-size: 13px; font-weight: normal;} /* tarih    */
.f1 {color: #336699; font-size: 18px; font-weight: bold;}   /* başlık   */
.f2 {color: #000000; font-size: 13px; font-weight: bold;}   /* bölüm    */
.f3 {color: #99cc00; font-size: 22px; font-weight: bold;}   /* ayıngünü */
.f4 {color: #eebb33; font-size: 14px; font-weight: bold;}   /* ay adı   */

.etiket {background: #ccdddd;}
.ahucre {background: #ffffff;}
.ghucre {background: #eeeedd;}

.textbox {
	height: 19px;
	color: #336699;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	border: 1px solid #99cc00;
	font-family: sans-serif;
}

.button {
	height: 19px;
	color: #336699;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	background-color: #ddddcc;
	border: 1px solid #99cc00;
	font-family: sans-serif;
}
	
.tips {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #336699;
	
	filter: alpha(opacity:75);
	-khtml-opacity: 0.75;
	-moz-opacity: 0.75;
	-o-opacity: 0.75;
	opacity: 0.75;
}
