body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #129AC1;
	font-family:Helvetica, sans-serif;
	font-size:12px;
	background-image: url(images/bg.png);
	background-repeat:repeat-x;
}
.baslik{
	font-size: 24px;
	font-weight: bold;
	color:#FFFFFF;
}

.Ruyabaslik{
	font-size: 18px;
	font-weight: bold;
	color:#000000;
}

.harf {
	font-size: 16px;
	color: #CC0000;
	text-align: center;
	padding: 1px;
}
.harf:link {
	font-size: 18px;
	color:#0066CC;
}
.harf:hover {
	font-size: 18px;
	color: #CC0000;
	text-decoration: underline;
}
.harf:visited {
	font-size: 18px;
	color: #333333;
	text-decoration:underline;
}
.WithCap {

	font-size: 14px;
	font-weight: bold;
	color:#000000;
}

a:link {
	font-size: 12px;
	color:#0066CC;
	text-decoration:none;
}
a:hover {
	font-size: 12px;
	color:#CC0000;
	text-decoration: underline;
}
a:visited {
	font-size: 12px;
	color:#0066AA;
	text-decoration: none;
}