/* CSS Document */


body {
background-color: #26353a;
font-family: verdana;
font-size: 10px;
color: #000033;
}

p {
font-family: verdana;
font-size: 11px;
color: #000033;
margin-left: 2%;
margin-right: 2%;
}

ul {
list-style-type: bullet;
list-style-position: outside;
color: #000033;
font-size: 11px;
margin-left: 15%;
}

li {
font-family: verdana;
font-size: 11px;
color: #0000033; 
 }

.p {
font-family: verdana;
font-size: 11px;
color: #2D6020;
}

blockquote {
margin-left: 5%;
margin-right: 5%;
}

h1 {
font-family: verdana;
font-size: 13px;
font-style: italic;
font-weight: bold;
margin-left: 2%;
color: #26353a;
}
.note {
font-size: 11px;
color: #004080;
font-weight: bold;
}

th {
color: #ffffff;
font-size: 12px;
}

h2 {
font-family: verdana;
font-size: 15px;
font-weight: bold;
color: #990000;
margin-left: 2%;
}

h3 {
font-family: verdana;
font-size: 16px;
font-weight: bold;
text-decoration: underline;
color: #339933;
margin-left: 2%;
}



a:link {
color: #000099;
font-weight: bold;
text-decoration: underline;
}

a:visited {
color: #333399;
font-weight: bold;
text-decoration: underline;
}

a:active {
color: #0000cc;
font-weight: bold;
text-decoration: underline;
}


