a {
    color: #aa7700;
    background-color: #ffffff;
    text-decoration:none;
}
:visited {
    color: #aa7700;
    background-color: #ffffff;
}
blockquote {
    padding: 20px 100px 20px 100px;
    text-align: justify;
    font-style: oblique;
}
body {
    color: #000000;
    background-color: #ffffff;
    margin:0px auto;
    margin-top:20px;
/*
    margin: 50px 50px 50px 50px;
*/
/*
    margin-top:10px;
    margin-bottom:10px;
    margin-right:50px;
    margin-left:10px;
*/
    font: small sans-serif;
/*
    font-family: "Courier New", "Courier", monospace;
    font: small 'Helvetica Neue','Helvetica','Arial',sans-serif;
*/
    width:1000px;
}
img {
    border: 0;
}
p {
    text-align: justify;
    font-size: 13px;
}
.footer {
    font-size: 10px;
    text-align: center;
}
table {
    width: 100%;
}
.bgleft {
    width: 60%;
    text-align: left;
    vertical-align: top;
}
.smright {
    width: 40%;
    text-align: right;
    vertical-align: top;
}
.split {
    width: 50%;
    text-align: left;
    vertical-align: top;
}
.gold {
    color: #bb8811;
    background-color: #ffffff;
}
.contactInfoLeft {
    width: 30%;
    text-align: left;
    vertical-align: top;
}
.contactInfoRight {
    width: 70%;
    text-align: left;
    vertical-align: top;
}
td.programlisting {
    background: #E8E8E8;
    color: rgb(0, 0, 0)
}

td.screen {
    background: #000000;
    color: #FFFFFF
}
