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

/* sections */

div.container
{
width: 900px;
}

div.header
{
width: 100%;
margin-bottom: 10px;
padding-bottom: 3px;
font-size: 22px;
font-weight: bold;
}

div.contents
{
width: 100%;
/*margin-bottom: 10px;*/
font-size: 14px;
padding-top: 3px;
padding-bottom: 3px;
}

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

/* classes */

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

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

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