
a, a:visited, a:active{
    color: #ff6a00;
    text-decoration: none;
}
a:hover {
    border-bottom: dotted;
    border-width: 1px;
}

#logo {
    border-width: 0;
    color: transparent;
    height: 0;
}

#logo img {
    width: 407px;
    margin: 30px auto 50px;
}
body {
    background-color: #000000;
    color: #707070;
    text-align: center;
    font-family: 'Lucida Grande', tahoma, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}
#content {
    padding: 20px;
    max-width: 600px;
    margin: auto;
    min-width: 400px;
    text-align: justify;
}

.highlight {
    color: #FFFFFF;
    font-style: italic;
}