@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(res/bg.jpg);
}

.yazi {
font-family:Tahoma;
font-size:11px;
word-spacing:2px;
line-height:19px;
color:#333333;
}

.yazi_index {
font-family:Tahoma;
font-size:11px;
word-spacing:3px;
line-height:17px;
color:#333333;
}

.yazi_duyuru {
font-family:Verdana;
font-size:10px;
word-spacing:3px;
line-height:14px;
color:#333333;
}

.baslik {
font-family:Arial;
font-size:12px;
font-weight:bold;
line-height:17px;
color:#CC0000
}

.form {
background-color:#ebebeb;
border:1px solid #999999;
width:250px;
height:15px;
font:11px Tahoma;
color:#CC0000;
}

.form2 {
background-color:#ebebeb;
border:1px solid #999999;
width:250px;
height:70px;
font:11px Tahoma;
color:#CC0000;
}

.btn {
background-color:#CCCCCC;
border:1px solid #999999;
width:60px;
height:20px;
font:11px Tahoma;
color:#666666;
font-weight:bold;
}

a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #000099;
	text-decoration: none;
}