/* CSS Document */

body {
background-color: #ffffff;
font-family: courier new;
font-size: 8pt;
color: #000000;
}

a { font-family: courier new; font-size: 8pt; color: #9C716F; text-decoration: none}

a:hover { font-family: courier new, Verdana, sans-serif; font-size: 8pt; color: #c7adc9; background-color: #FAEBD7}

h1 { font-family: courier new, Verdana, sans-serif; font-size: 32px; color: #494949 }
h2 { font-family: courier new, Verdana, sans-serif; font-size: 24px; color: #494949 }

hr{ color:brown; background-color:tan; width:90%; height:2px; }

table {
font-family:courier new;
font-size: 8pt;
color: #000000;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

.note {
font-family:courier new;
font-size: 14px;
color: purple;
font-weight: bold;
} 