.def {
        font-family: Arial;
        font-size: 11px;
}
table {
        font-family: Arial;
        font-size: 12px;
}
input {
        font-family: Tahoma;
        font-size: 11px;
}
button {
        font-family: Arial;
        font-size: 11px;
}
select {
        font-family: Tahoma;
        font-size: 11px;
}
.baslik {
        font-family: verdana;
        font-size: 11px;
        font-weight: bold;
        color: #f8f8f8;
        background-color: #333333;
}

.baslik_alt {
        font-family: verdana;
        font-size: 11px;
        font-weight: bold;
        color: #333333;
        background-color: #e3e3e3;
}
a:link {
        text-decoration: underline;
        color: #0F121E;
}
a:visited {
        text-decoration: underline;
        color: #0F121E;
}
a:hover {
        text-decoration: none;
        color: #EC5F00;
}textarea {

        font-family: Tahoma;
        font-size: 11px;
}
