body {
	margin: 0px;
	background-color: #ffffff;
}

.destek {
	color: #000000;
	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
}

.destek A {
	color: #15475D;
 	text-decoration: none;
}

.destek A:Hover {
	color: #15475D;
 	text-decoration: underline;
}

.baslik {
	color: #000000;
	font-family: Tahoma, Arial;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:5px;
}

.baslik A {
	color: #15475D;
	text-decoration: none;
}

.baslik A:Hover{
	text-decoration: underline;
}

.baslikKirmizi {
	color: #D95D62;
	font-family: Arial;
	font-size:15px;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:5px;
}

.normal {
	color: #000000;
	font-family: Tahoma, Arial;
	font-size:12px;
	font-weight:normal;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:20px;
	text-align:left;
	letter-spacing:1px;
}

.normal A {
	color: #15475D;
	text-decoration: none;
}

.normal A:Hover {
	text-decoration: underline;
}

.kirmizi {
	color: #D95D62;
}




