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

h1
{
margin-top: 0px;
margin-bottom: 0px;
font-size: x-small;
font-weight: bold;
color: #002998;
}

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

h3
{
margin-top: 0px;
margin-bottom: 0px;
font-size: x-small;
font-weight: bold;
color: #CD8D1D;
}

p
{
margin-top: 8px;
margin-bottom: 8px;
}

ul
{
list-style-type: disc;
list-style-position: inside;
}

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

a:visited
{
color: #0000FF;
}

a:hover
{
text-decoration: underline;
}

/* sections */

div.container
{
width: 674px;
background-color: #FAFAFA;
text-align: left;
font-size: x-small;
}

div.header
{
height: 96px;
background-image: url(../images/header.jpg);
}

div.menu
{
padding: 8px;
font-weight: bold;
}

div.content
{
padding-left: 8px;
padding-right: 8px;
}

div.sectiontitle
{
padding-left: 8px;
padding-top: 8px;
background-image: url(../images/sectiontitle.jpg);
}

div.footer
{
height: 32px;
padding-top: 8px;
background-image: url(../images/footer.jpg);
text-align: center;
font-size: xx-small;
}

/* classes */

img.screenshot
{
float: left;
margin: 16px 8px 0px 8px;
}

img.overview
{
margin: 4px 8px 8px 8px;
}

a.download
{
font-size: x-small;
font-weight: bold;
text-decoration: none;
color: #0000FF;
}

a.download:visited
{
color: #0000FF;
}

a.footer
{
font-size: xx-small;
font-weight: bold;
text-decoration: none;
color: #0000FF;
}

a.footer:visited
{
color: #0000FF;
}