@charset "utf-8";
*{
	font-family:Arial;
	font-size:12px;
}
* a{
    text-decoration: none;
    color: #000000;
}
* a:hover{
    text-decoration: none;
    color: #000000;
}
* a:active{
    text-decoration: none;
    color: #000000;
}
* a:visited{
    text-decoration: none;
    color: #000000;
}
body {
	background-attachment: fixed;
	background-color: #FFF;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
}

.havaDurumu {
    font-size: 24px;
    color: #6C77A5;
    text-align: center;
}
.haberBaslik {
    font-weight: bold;
}
.anasayfaAltResim {
    text-align: center;
}
.baslik{
    font-weight: bold;
}
.beyaz{
    color: #FFFFFF;
}
.siyah{
    color: #000000;
}
.zaman{
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}
.kirmizi{
    color: #FF0000;
}
#icerik{
    width:600px;
    overflow-x:scroll;
}
#icerik a{
    text-decoration: underline;
    color: #000000;
}
#icerik a:hover{
    text-decoration: underline;
    color: #000000;
}
#icerik a:active{
    text-decoration: underline;
    color: #000000;
}
#icerik a:visited{
    text-decoration: underline;
    color: #000000;
}

.gizli{
    display: none;
}
.listebaslik{
    font-size:16px;
    font-weight: bold;
}

#formArama #keyword{
    border: 1px solid #9fc5e2;
    background-color: #e3eef6;
}
#formArama #btnAra{
    border: 1px solid #9fc5e2;
    background-color: #e3eef6;
    font-weight: bold;
}
