@charset "utf-8";
/* CSS Document */
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	color: #31557f;
	
	
}
.baslik {
	font-size: 13px;
	color: #FF3300;
}

h1 {font-family:Arial, Helvetica, sans-serif;
font-size:1em;
font-style:normal; font-weight: bold;
color:#006699; text-align:center;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:0.7em;
font-style:normal; font-weight:lighter;
color:#006699 ; text-align:center;
}

h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:0.7em;
font-style:normal; font-weight:lighter;
color:#006699 ; text-align:center;
}

h4 {
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
font-style:normal; font-weight:lighter;
color:#006699 ; text-align:left;
}
a:link { color: black;
text-decoration:none;}  /* normal linkimiz siyah olsun*/
a:visited { color: blue;
text-decoration:none;} /* tıklanmış linkimiz mavi olsun*/
a:hover { color: red;
text-decoration:none;} /* üzerine gelince kırmızı renk olsun */
a:active { color: aqua;
text-decoration:none;} /* aktif yani linke tıklayınca turkuaz renk olsun */






