body {

	margin: 0px;
	font-family: verdana;
}

a.kalin {

	font-size: 11px;
	font-weight: bold;
}
alt {

	font-size: 9px;
	font-family: Verdana, sans-serif;
	color: #red;
	text-align: center;
	font-weight: bold;
	
}


h3 {

	padding: 8px; 
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid Blue;
}

h3.alt_baslik {

	padding: 8px; 
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px dotted Red;
}

ul, ol {

	font-family: Verdana;
	font-size: 12px;
	line-height: 26px;
}

div.paragraf1 {

	font-family: verdana;
	font-size: 12px;
	line-height: 20px;
	margin: 8px;
	background-color : Silver;
	padding : 8px;
}

div.paragraf2 {

	font-family: verdana;
	font-size: 12px;
	line-height: 20px;
	margin: 8px;
	padding : 8px;
	border : 1px solid #CCCCCC;
	
}