
body {
        margin : 0px;
        background : White url(../img/web_02.gif) repeat-x;
        overflow: auto;
}

a { text-decoration : none; }
a:hover { text-decoration : underline; }

.menu {
        font : bold 18px/31px Trebuchet MS, Arial, Helvetica, sans-serif;
        padding-top : 125px;
        padding-bottom : 50px;
        padding-left : 90px;
        background : white url(../img/web_01.gif) no-repeat 0px 0px;
}
.menu a {
        color : Gray;
        text-decoration : none;
        background : no-repeat 0px 0px;
}
.menu a:hover {
        color : Black;
        text-decoration : blink;
}


