﻿body {
    text-align:center;
    background-color:#8c8c8c;
    color:#8c8c8c;
    font-family:Arial,Trebuchet MS, Verdana;
    line-height:1.5;
    margin:0px;
    font-size:12px;
    }
a, a:link, a:visited {
    /*color: #fff;*/
    background-color: transparent;
    text-decoration: none;
    }
a:hover {
    /*color: #fff;*/
    background-color: transparent;
    text-decoration: underline;
    }

