﻿/* 
Mahmut KANTAR
www.mahmutkantar.com
mahmutkantar@msn.com   
*/

body {
    margin:auto;
    background-color:#dddddd;
}
ul, li, ol, table, tr, td, h1, h2, h3, h4, h5, h6, p, form, select, textarea, button, img {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    font-weight: 700;
    font-size: small;
    color: #333333;
}
a {
    text-decoration: none;
}
*:focus {
    outline: 0;
}
.clear {
    clear: both;
    width: 665px;
}