body
{
background-color: #FFFFFF;
font-family: arial, helvetica, sans-serif;
}

h1
{
font-size: x-large;
font-weight: bold;
}

h2
{
margin-top: 0px;
margin-bottom: 0px;
font-size: x-small;
font-weight: bold;
}

/* sections */

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

div.header
{
border-bottom: 2px solid #0099FF;
clear: left;
}

div.contenttitle
{
margin-top: 10px;
margin-bottom: 5px;
border-bottom: 2px solid #0099FF;
font-weight: bold;
}

div.content
{
padding: 0px;
}

div.footer
{
margin-top: 10px;
border-top: 2px solid #0099FF;
font-size: x-small;
}

/* classes */

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

a:visited
{
color: #0000FF;
}

a:hover
{
text-decoration: underline;
}

h1
{
font-size: medium;
color: #FF6666;
font-weight: normal;
margin: 2px;
}

img.rightalign
{
float: right;
}
