﻿
html {
    overflow-y: auto;
    overflow-x: hidden;
}

body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, code,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset, legend, input, textarea,
header, nav, figure {
    padding: 0;
    margin: 0;
    background-color: transparent;
}


a {
    text-decoration: none;
    color: dodgerblue;
}

    a:hover { color: red;}
    a:focus { outline: 0;}

    a[target=_blank] {
        background: url("LinkTargetBlank.png") no-repeat scroll right center transparent;
        padding-right: 12px;
        margin-right: 4px;
    }

p, blockquote, pre, ul, ol, dl { margin-bottom: 1.5em;}




body {
    font-family: "Segoe UI","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: black;
    overflow-y: hidden;
    overflow-x: hidden;
}


h1 {
    font-weight: normal;
    font-size: 170%;
    color: #0af;
}

h2 {
    font-weight: normal;
    font-size: 170%;
    color: #0af;
}



.divLeft {
    float: left;
    margin: 15px 10px;
    padding-right: 10px;
}


.divRight {
    margin-top: 5px;
    margin-left: 110px;
    max-width: 650px;
}







