<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Body {
	background: url(Resimler/Bg.jpg)  no-repeat;
	background-size: 100% 100%;
}

.Menu-bg {
	background: url(Resimler/Menu-Bg.png)  no-repeat;
}


.Menu-bg a:first-child {
    padding-left: 16px;
}

.Yazi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4f4f4f;
	text-decoration: none;
}
.Alt-yazi{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4f4f4f;
	text-decoration: none;
	padding-left: 27px;
}

.Baslik {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #4f4f4f;
    text-decoration: none;
    font-weight: 600;
    padding-left: 17px;
    padding-top: 5px;
}
.Metin {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #4f4f4f;
	line-height: 19px;
    text-decoration: none;
    padding: 11px 17px 17px 17px;
}
.iframe {
    clip: rect(1px,979px,327px,1px);
    position: absolute;
    width: 979px;
    height: 327px;
}
.input {
    font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	border-radius: 5px;	
	border: solid 0px #586c7e;
	padding:7px;
}

.Oval {
    font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #fff;
	border-radius: 5px;	
	background-color: #586c7e;
	border: solid 1px #586c7e;
	padding: 11px; 
}
</pre></body></html>