/* CSS Document */
body{
	/*background-color: #404040;*/
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	margin: 0;
	background-image: url(img/page_backround.gif);
	background-repeat: repeat;
	
}
.basvuru{
	width: 100%;
	font: 12px arial;	
	border: 1px solid gray;
}
.Baslik{
	font-size: 24PX;
}
.Icerik{
   text-align: justify;
	line-height: 180%;
}
.Iletisim{
	 color:#E61500; font-size:14px;
}
a{
	 color:#E61500;
	 text-decoration: underline;
}
a:hover{
	text-decoration: none;
}