

body {background-color: white}

h1 {background-color: white}
h1 {font-family: arial}
h1 {font-size: large}
h1 {font-style: bold}
h1 {color: #990000}
h1 {letter-spacing: 0.25cm}
h1 {text-decoration: none}

h2 {background-color: #990000}
h2 {font-family: arial}
h2 {font-size: x-small}
h2 {font-style: bold}
h2 {color: white}
h2 {letter-spacing: 0.1cm}
h2 {text-decoration: none}

h3 {background-color: #CCCC99}
h3 {font-family: arial}
h3 {font-size: x-small}
h3 {font-style: bold}
h3 {color: #CCCC99}
h3 {letter-spacing: 0.13cm}
h3 {text-decoration: none}

h4 {background-color: white}
h4 {font-family: arial}
h4 {font-size: small}
h4 {font-style: normal}
h4 {color: #990000}
h4 {letter-spacing: 0.13cm}
h4 {text-decoration: none}

h5 {background-color: white}
h5 {font-family: arial}
h5 {font-size: small}
h5 {font-style: normal}
h5 {color: #666666}
h5 {letter-spacing: 0.1cm}
h5 {text-decoration: none}

h6 {font-family: arial}
h6 {font-size: x-small}
h6 {font-style: bold}
h6 {color:#990000}
h6 {letter-spacing: 0.01cm}
h6 {text-decoration: none}

h7 {font-family: arial}
h7 {font-size: x-small}
h7 {font-style: normal}
h7 {color: black}
h7 {letter-spacing: 0.01cm}
h7 {text-decoration: none}

td {font-family: arial}
td {font-size: x-small}

a.news:link {color: black; text-decoration: none}
a.news:visited {color: black; text-decoration: none}
a.news:hover {text-decoration: underline}
a.news:active {color: #666666}

a.headnav:link {
    font-size: 110%;
    color: #333333;
    text-decoration: none;
}

a.headnav:visited {
    font-size: 110%;
    color: #333333;
    text-decoration: none;
}

a.headnav:hover {
    font-size: 110%;
    color: #990000;
    background-color: #cccc99;
    text-decoration: none;
    cursor: pointer;
}

div.navitem {
	width: 100%;
}






