﻿body {
    color: #505050;
    background-color: #ff9900;
    line-height:38px;
}

div{
    text-align: center;
    margin: 0px auto;
}

span {
    text-align: center;
    margin: 0px auto;
    display:block;
}

a {
    color: #505050;
    text-decoration: none;
}

a:hover {
        text-shadow: 0px 2px 6px #000000;
        color: #ffffff;
    }
