﻿body 
{
    font-family: Verdana;
    font-size: 11px;
        
    background-color: #EEF1FA;
    color: #171d2d;
    background-image: url('arkaplan.jpg');
    
    
    background-position: left top;
    background-repeat: repeat-x;
}
.HataSayfasi
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
}


A:link
{
    text-decoration: none;
    color: #0066CC;
}
A:visited 
{
    text-decoration: none;
    color: #0066CC;
}
A:active 
{
    text-decoration: none;
    color: #0066CC;
}
A:hover
{
    text-decoration: underline;
    color: #993399;
}