h1 {
font-family: Arial, Helvetica, sans-serif;
color: #660000;
background-color: #cc9900;
border-bottom-width: thin;
border-bottom-style: solid;
border-bottom-color: #336633;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
background-color: #990000;
border-bottom-width: thin;
border-bottom-style: dotted;
border-bottom-color: #336633;
font-style: italic;

}

h3 {
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
background-color: #003366;
border-bottom-width: thin;
border-bottom-style: dashed;
border-bottom-color: #000000;
}

h4 {
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
background-color: #006600;
border-bottom-width: thin;
border-bottom-style: groove;
border-bottom-color: #000000;
font-style: italic;
}


h5 {
font-family: Arial, Helvetica, sans-serif;
color: #ffffff; 
background-color: #000000;

}

h6 {
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
background-color: #663300;
font-style: italic;
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
list-style-type: square;

}

em {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ff0000;

}

strong {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #669900;

}

a:link {
font-style: normal;
font-weight: bold;
color: #0000ff;
text-decoration: none;

}


a:visited {

color: #993300;
text-decoration: none;

}


a:hover {
font-weight: bold;
color: #ff9900;
text-decoration: underline;

}
