h1 { font-size: 150%; font-weight: bold; }
h2 { font-size: 140%; font-weight: bold; }
h3 { font-size: 130%; font-weight: bold; }
h4 { font-size: 120%; font-weight: bold; }
h5 { font-size: 110%; font-weight: bold; }
h6 { font-weight: bold; }

li,ol { margin-top:7px; margin-bottom:7px; } 


.dnld {
background-color: #FFFDDF; 
font-size: 120%;
font-weight: bold;
padding: 2%;
border-style: solid;
border-width: thin;
border-color: #003366;
}

a:hover { color: #ff0000; }

a.dnld:link {color: #0000ff; text-decoration: none; }
a.dnld:visited {text-decoration: none; }
a.dnld:active {color: #ff0000; text-decoration: none;  }
a.dnld:hover {color: #ff0000; background-color: #ffff00; text-decoration: none; }


.emphasize { font-size: 130%; font-weight: bold; }




