.beyannameliste {/*CSS Beyanname Liste Tablosu*/
 font-family:verdana;
 font-size:10pt;
 color:black;
border-top:1px solid gray;
border-left:1px solid gray;
} 

.beyannametablotd {
border-right:1px solid gray;
border-bottom:1px solid gray;
/*background-color:white;*/
}

	td {
	font-size:12;		
	font-family:verdana;
	 }

body {

    background-image: url(./images/arkafon.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0px 0px 0px 0px;
    background-position: center;
    background-color:#E2E2E2; 
} 


.tablo_iletisim {
	        font-family:verdana;
                font-size:12;
		border-top:solid gray 1px;
		border-left:solid gray 1px;
    }

.tablobaslik {
border-right:1px solid gray;
border-bottom:1px solid gray;
background-color:#333399;
color:white;
}

a:link {text-decoration: none; 
		color:blue;
		font-family:verdana;
	    font-size:10pt;
		}
a:visited {
		text-decoration: none;
		color:blue;
		font-family:verdana;
		font-size:10pt;
}
a:active {
		text-decoration: none;
		font-family:verdana;
		font-size:10pt;
		}
a:hover {
		text-decoration: underline; 
		color: red;
		font-family:verdana;
		font-size:10pt;
		}