body {
        font-family: tahoma, arial, helvetica, sanserif;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        font-size: normal;
        margin-left: 5pt;
        margin-right: 5pt;
        color: black;
        background-color: white;
        border-style: none;
}

code, pre {
        font-family: courier new, courier, monospace;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        font-size: medium;
        color: midnightblue;
}

td {
        font-family: tahoma, arial, helvetica, sanserif;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        font-size: normal;
        background-color: #ffffdc;
        color: black;
}

td.button {
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        font-size: small;
        background-color: #2e5390;
        color: white;
}

td.highlight {
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        font-size: medium;
        color: white;
        background-color: orange;
}

td.full {
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        font-size: medium;
        color: black;
        margin-left: 0px;
        margin-right: 0px;
}

td.small {
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        font-size: small;
        color: black;
}

td.htext {
        font-family: verdana,arial,geneva,sans-serif;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        font-size: 8pt;
        color: white;
}

li.small {
        font-size: small;
}

sup {
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        font-size: small;
        color: black;
}

p:dropcap { 
        color: black;
        font-size: large;
        font-weight: bold;
        float: left;
        text-transform: uppercase; 

}

a:link          { color: slateblue; }
a:visited       { color: firebrick; }

a.htext:link    { text-decoration: none; color: white; }
a.htext:visited { text-decoration: none; color: white; }
a.htext:hover   { text-decoration: underline; color: firebrick; }

a.button:link    { text-decoration: none; color: white; }
a.button:visited { text-decoration: none; color: white; }
a.button:hover   { text-decoration: none; color: white; }

h1 {
        font-weight: bold;
		font-size: xx-large;
        color: #A02DA4;
}

h2 {
        font-family: impact, sans-serif;
        font-weight: normal;
	font-style: normal;
        color: #2e5390;
        font-size: x-large;
}

h3 {
        font-weight: normal;
        color: #2e5390;
        font-size: large;
}

h4 {
        font-family: sans-serif;
        font-weight: bold;
        color: #2e5390;
        font-size: normal;
}

h5 {
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        font-size: xx-small;
        color: #2e5390;
}

i {
        font-style: italic;
        color: black;
}

