
body {
background-color: #fff; }


/*Headings*/

h1 {
color: #000; 
font-size: 20px; 
font-family: Georgia, Times; 
font-style: normal; font-weight: normal; 
text-transform: uppercase; 
}

h2 {
color: #000;
font-family: Verdana, Helvetica, Arial;
font-weight: normal;
font-style: normal;
font-size: 12px;
margin-bottom: 2px;
}

h3{
color: #000;
font-family: Verdana, Helvetica, Arial;
font-weight: normal;
font-style: normal;
font-size: 10px;
margin-bottom: 2px;
}

h4 {
color: #336699;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 9px;
font-weight: bold;
text-transform: uppercase;
font-stretch: expanded; 
letter-spacing: 1pt;
padding-top: 2em;
margin: 0em;
padding-bottom: .3em;
 }


h5 {color: #336699;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
font-weight: normal;
text-transform: uppercase;
margin: 0em;
letter-spacing: 2px;
border-bottom: 1px #336699 dotted;
padding-top: 2em; 
}

p {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
color: #000;
line-height: 140%;
}

p.links {
font-size: 10px;
}

a:link {
color: #000000;
text-decoration: underline;
font-weight: bold; 
}


