body
{
background-color: #FFFFFF;
font-family: verdana, arial;
text-align: center;
}

/* sections */

div.container
{
width: 800px;
text-align: center;
}

div.header
{
width: 100%;
margin-bottom: 10px;
border-bottom: 2px solid #003399;
padding-bottom: 3px;
}

div.contenttitle
{
width: 100%;
margin-bottom: 10px;
padding-bottom: 3px;
border-bottom: 2px solid #003399;
font-size: 32px;
text-decoration: bold;
color: #FF0099;
}

div.contentcontents
{
width: 100%;
margin-bottom: 10px;
padding-bottom: 3px;
font-size: 12px;
color: #003399;
}

div.footer
{
width: 100%;
margin-top: 10px;
border-top: 2px solid #003399;
padding-top: 5px;
font-size: 11px;
color: #FF0099;
}

div.index
{
width: 80%;
margin-top: 10px;
margin-bottom: 10px;
border: 2px solid #003399;
padding-top: 5px;
padding-bottom: 5px;
font-size: 12px;
color: #003399;
}

/* classes */

a
{
text-decoration: none;
color: #0000FF;
}

a:visited
{
color: #0000FF;
}

a:hover
{
text-decoration: underline;
}
