body, td, th {
    font-family: arial;
    font-size: 13px;
    color: #ccc;
    }

body {
    background-color: #000;
    }

a:link {
    color: #9AB3C9;
    text-decoration: none;
    }

a:visited {
    color: #9AB3C8;
    text-decoration: none;
    }

a:hover {
    color: #fff;
    text-decoration: none;
    }

a:active {
    color: #9AB3C9;
    text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    }

h1 {
    font-size: 18px;
    color: #2E77C9;
    }

h2 {
    font-size: 16px;
    color: #fff;
    }

h3 {
    font-size: 14px;
    color: #2E77C9;
    }

p {
    line-height: 25px;

    }

ul {
    list-style-type: none;
    padding-right: 10px;
    font-size: 13px;
    letter-spacing: 1px;
    }

li {
    padding-bottom: 5px;
    }

#footer {
    font-size: 10px;
    }

#sales {
    padding-left: 10px;
    color: #ffb700;
    }

hr {
    display: none;
    }

.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity = 80);
    }

.white_content {
    display: none;
    position: absolute;
    top: 10%;
    left: 15%;
    width: 700px;
    height: 75%;
    padding: 16px;
    border: 16px solid orange;
    background-color: white;
    z-index: 1002;
    overflow: auto;
    }
.quote{
    color: #101010;
    }

