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

/* sections */

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

div.header
{
width: 100%;
margin-bottom: 10px;
border-bottom: 1px solid #AAAAAA;
padding-bottom: 3px;
font-size: 24px;
}

div.contenttitle
{
width: 100%;
margin-bottom: 10px;
padding-bottom: 3px;
border-bottom: 1px solid #AAAAAA;
font-size: 24px;
text-decoration: bold;
}

div.contentcontents
{
width: 100%;
margin-bottom: 10px;
padding-bottom: 3px;
}

div.footer
{
width: 100%;
margin-top: 10px;
border-top: 1px solid #AAAAAA;
padding-top: 5px;
font-size: 11px;
}

div.index
{
width: 80%;
margin-top: 10px;
margin-bottom: 10px;
border: 2px solid #AAAAAA;
font-size: 11px;
}

/* classes */

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

a:visited
{
color: #0000FF;
}

a:hover
{
text-decoration: underline;
}
