﻿BODY
{
    background-color: #29547E;
}

.menu a:link
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 18px;
    text-decoration: none;
    font-weight: BOLD;
}
.menu a:hover
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #808080;
    line-height: 18px;
    text-decoration: none;
    font-weight: BOLD;
}
.menu a:active
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #808080;
    line-height: 18px;
    text-decoration: none;
    font-weight: BOLD;
}
.Baslik
{
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    color: #3366CC;
}
.Yazi {
    font-family: 'Arial';
    font-weight: bold;
    color: #000000;
    font-size: 15px;
}
.Uyari {
    font-family: 'Arial';
    font-weight: bold;
    color: #CC0000;
    font-size: 15px;
}
.KucukTD
{
    height: 5px;
}
.link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #CC0000;
    text-decoration: none;
}