body, ul, li {
font-family: Century Gothic, Arial, sans serif;
}

p {
font-size: .9em;
margin: 10px;
}

h1 {
font-size: 1.1em;
font-weight: bold;
}

h2 {
font-size: .8em;
font-weight: normal;
}

h3 {
font-size: .7em;
text-decoration: none;
font-weight: normal;
}

a:link {
color: #990000;
Text-decoration: underline;
}

a:visited {
color: #990000;
Text-decoration: underline;
}

a:hover {
color: #666666;
Text-decoration: underline;
}

a:active {
color: #990000;
Text-decoration: underline;
}

a.test:link {
font-size: .8em;
color: #990000;
Text-decoration: underline;
}

a.test:visited {
font-size: .8em;
color: #990000;
Text-decoration: underline;
}

a.test:hover {
font-size: .8em;
color: #666666;
Text-decoration: underline;
}

a.test:active {
font-size: .8em;
color: #990000;
Text-decoration: underline;
}

strong {
font-style: normal;
font-weight: bold;
}

em {
font-style: italic;
font-weight: normal;
}

.whbutton { 
background-color: #990000; 
color: #FFFFFF; 
font-weight: bold; 
}




