﻿body 
{
    margin-top:0px;
    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
    background-image:url(Images/bg.jpg);
}
.baslik
{
    font-family: 'Trebuchet MS';
    font-size: 24px;
    color: #523392;
    font-weight: bold;
}
.normal
{
    font-family: Verdana;
    font-size: 13px;
    color: #333333;
    text-decoration: none;
}
.beyazbaslik
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: none;
}
.menu
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
}
.menu:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: underline;
}
.alt
{
    font-family: Verdana;
    font-size: 11px;
    color: #333333;
    text-decoration: none;
}
.normalbaslik
{
    font-family: Verdana;
    font-size: 13px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}