/* CSS Document */

#outer, #container, #menu ul li a, #menu ul li a:hover, #menu ul li#active a {
background: #0000FF;
color: #FFFFFF;
}

#menu ul li#active a {
text-decoration: underline;
}

#menu ul li#active a:hover {
background: #0000FF;
color: #FFFFFF;
}
.float-right {
float: right;
margin-left: 10px;
margin-bottom: 10px;
}

.float-left {
position: relatiive;
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.width-100 {
width: 100px;
font-size: .8em;
text-align: center;
}

.width-200 {
width: 200px;
font-size: .8em;
text-align: center;
}

h1, h2, h3, h4 {
color: #FFFFFF;
}

a {
color: #FFFFFF;
text-decoration: underline;
}

a:hover {
color: #FFFFFF;
text-decoration: none;
}

