/* Mithat SAYAR*/
body{
	font-size: 11px;
	font-family: Tahoma;

}
/* sol kolonun ozellikleri */
.yankolon {
	width: 100px;
	min-height: 100px;
	float: left;
	padding: 0px;
	
}

/* icerigin bulundugu bolumun ozellikleri */
.solblok {

	padding-left: 4px;

} 

/* icerigin bulundugu bolumun ozellikleri */
.solblos {

	padding-right: 3px;

} 

/* icerigin bulundugu bolumun ozellikleri */
.solblox {

	padding-left: 2px;
    padding-right: 2px;
} 

/* sol kolondaki linklerin ozellikleri */
.yankolon a:link, .yankolon a:visited {
	width: 162px;
	border-bottom: 1px solid #E3E6E8;
	display: block;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
}
.yankolon a:hover {
	width: 162px;
	border-bottom: 1px solid #E3E6E8;
	display: block;
	padding: 5px;
	text-decoration: none;
	background-color: #F4F4F4;
	font-weight: bold;
}
/* icerigin bulundugu bolumun ozellikleri */
.icerik {

} 

/* icerik basligi ozellikleri */
h3 {
	font-size: 8px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E6E8;
	margin-top: 0px;
	color: #000000;
}
/* sayfadaki normal linklerin ozellikleri */
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}
/* liste elementlerindeki bosluklari ve noktalari kaldiriyoruz */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* sayfa ortaliyoruz ve genisligini belirtiyoruz */


.code {
	display: block;
	width: auto;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	background-color: #F5F5F5;
	
}

/* sayfa ortaliyoruz ve genisligini belirtiyoruz */
.sayfa {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}