@import url(https://fonts.googleapis.com/css?family=PT+Sans);
/*@import url('https://fonts.googleapis.com/css?family=Rosario&display=swap');*/
/*@import url(https://fonts.googleapis.com/css?family=Old+Standard+TT);*/

BODY {
        background-color: #dcdcdc;
        font-family: "Trebuchet MS","PT Sans",Sans-Serif;
        text-align: left;
}

P {
        font-size: 0.75em;
        margin: 0px 0px 10px 0px;
}

P A:link {
        border-bottom: 1px dashed #b3bad7;
        text-decoration: none;
        color: #463a8c;
}

P A:visited {
        border-bottom: 1px dashed #b3bad7;
        text-decoration: none;
        color: #463a8c;
}

P A:hover {
        border-bottom: 1px solid #b3bad7;
}

UL A:link {
        border-bottom: 1px dashed #b3bad7;
        text-decoration: none;
        color: #463a8c;
}

UL A:visited {
        border-bottom: 1px dashed #b3bad7;
        text-decoration: none;
        color: #463a8c;
}

UL A:hover {
        border-bottom: 1px solid #b3bad7;
}

img {
    border:0px;
    width: 100%;
    height: auto;
}

h1 {
        color: #463a8c;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 1.2em;
}

h2 {
        color: #463a8c;
        margin: 0px;
        font-size: 1em;
}


h3 {
        color: #463a8c;
        margin: 5px 0px;
        font-size: 0.75em;
}

h4 {
        color: #463a8c;
        margin: 0px;
        font-size: 0.75em;
}

#pageDiv {
        background-color: #ffffff;
        border: 1px solid #463a8c;
        width: 720px;
        margin: 22px auto;
        text-align: left;
}

#bodyDiv {
        padding: 33px 22px 22px 33px;
       font-size: 1em;
        clear: both;
}


/*@import "lesshat";

a[target="_blank"]:after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 3px 0 5px;
}*/