body
{
background-color: #000000;
color: #FFFFFF;
font-size: 13px;
font-family: "Trebuchet MS", Helvetica, sans-serif;
}

a
{
text-decoration: underline;
color: #3366FF;
}

h1
{
font-family: "Garamond", Times New Roman, Times, serif;
font-size: 36px;
text-align: center;
}

h2
{
font-family: "Garamond", Times New Roman, Times, serif;
font-size: 22px;
}

h3
{
font-family: "Garamond", Times New Roman, Times, serif;
font-size: 20px;
font-weight: bold ;
}

.navigation
{
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
margin-left: 15px;
}

.navigation-current
{
text-decoration: none;
font-weight: bold;
color: #000000;
margin-left: 15px;
}

#members input
{
display: block;
width: 120px;
border: solid black;
border-width: 1px 2px 2px 1px;
font-family: "Trebuchet MS", helvetica, sans-serif;
}

input, textarea, select, option
{
font-family: "Trebuchet MS", helvetica, sans-serif;
font-size: 13px;
}

.button-submit
{
width: 120px;
height: 25px;
color: #FFFFFF;
background-color: #333333;
border: 1px solid black;
font-weight: bold;
font-size: 13px;
font-family: "Trebuchet MS", helvetica, sans-serif;
}

.error
{
color: #FF0000;
}

.redbox {
border: 2px solid #FF0000;
padding: 1px;
margin: 1px;
}