/* CSS Document */

body {
	
	background-image:  url(images/top.jpg);
	background-repeat: repeat-x;
	background-color: #665951;
}

.logo {
	font-size: 44px;
	font-weight: bold;
	color: #FF820D;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5B5248;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5B5248;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.btn {
font-family:Verdana;
color: #FFFFFF;
background:#990000;
}

.text {
	color: #5B5248;
	font-weight: bold;
}
.beyaz {color: #FFFFFF}
.beyaz12 {
	color: #FFFFFF;
	font-size: 12px;
}
.turuncu14 {
	color: #F37A1F;
	font-size: 14px;
}
