/* CSS Document */


body {
	background-color: #990000;
} 

p {
font-family: Verdana, sans-serif;
font-size: 12px;
color: #666666;
line-height: 150%;
}


h1 {
font-family: Verdana, sans-serif;
font-size: 14px;
color: #000000;
font-style: bold
}

h2 {
font-family: Verdana, sans-serif;
font-size: 12px;
color: #000000;
font-style: bold
}

h3 {
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
font-style: bold
}

a:link {color: #6699CC}
a:visited {color: #666666}
a:hover {color: #3366CC
}

.menu {
font-family: Verdana, sans-serif;
font-size: 12px;
color: #000000;
}

.menu a:link {
color: #669999;
text-decoration: none;
}

.menu a:visited {
color: #999999;
text-decoration: none;
}

.menu a:hover {
color: #663300;
text-decoration: none;
}

.menu a:active {
color: #666666;
text-decoration: none;
}

.rule {
color: #669999;
}

.copyright {
font-family: Verdana, sans-serif;
font-size: 10px;
color: #666666;
}


