﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    background-image: url( 'images/design/bakja.jpg' );
    background-attachment: fixed;
    background-repeat: repeat;
    background-color: #eeeeee;
}
a:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    text-align: center;
}

a:hover
{ 
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    color: #616687;
 }

a:active
{ 
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    color: #990033;
 }

a:visited
{ 
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    color: #333333;
 }


