@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(res/bg.jpg);
}
body,td,th {
	font-family: Tahoma;
	font-size: 11px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.yazi {
	font-family: Tahoma;
	font-size:11px;
	line-height:18px;
	word-spacing:2px;
}

.copyright {
	font-family: Verdana;
	font-size:10px;
	line-height:18px;
}

.baslik {
	font-family: Arial;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	color:#FFFFFF;
}

.baslikunder {
	font-family: Arial;
	text-decoration:underline;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	color:#CC0000;
}