html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
} ol, ul {
    list-style: none;
} table {
    border-collapse: separate;
    border-spacing: 0;
} caption, th, td {
    text-align: left;
    font-weight: normal;
} blockquote:before, blockquote:after,q:before, q:after {
    content: "";
} blockquote, q {
    quotes: "" "";
} body {
    color:#ddd;
    background:#000;
    font: 13px/1.6em Arial, "Lucida Grande", "Trebuchet MS", sans-serif;
    text-align: center;
} a {
    //color:005AC8;
    color:63B8ff;
    text-decoration: none;
} a:hover {
    text-decoration: underline;
    color: #ffff00;
} h1 {
    font-size: 30px;
    padding: 5px 0;
} h3 {
    font-size: 16px;
    padding: 10px 0;
} .banner {
    color: #FFF;
    padding: 20px;
    background: purple;
} .banner a {
    color: #FFF;
} .banner p {
    font-size: 20px;
    color: #FFF;
} .content { 
    margin: 20px 0 0;
} .section, .post {
    border-bottom: 1px solid #333;
    margin: 0 0 20px;
    padding: 0 20px 20px;
    position: relative;
} .section h2, .post h2, a.link { 
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    line-height: 15px;
    margin: 10px 0 0;
} .section p, .post p {
    color: #ddd; 
    margin: 5px 0 10px 0;
} .container {
    width: 550px;
    margin: 0 auto;
    text-align: left;
} .container2 {
    width: 550px;
    margin: 0 auto;
    padding: 0px 0px 0px 40px;
    text-align: left;
} .section ul li {
    list-style: square; 
    margin: 0 0 5px 20px;
    font-size:18px;color:#666;
} .expand-content {
    border-style: solid;
    border-width: 1px;
    border-color: #555;
    padding: 10px;
    margin: 10px 10px 10px 0px;
    background-color: #121212;
    width: 100%;
} .lead_show p {
    margin-top: 10px;
}


