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

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

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

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

a:visited
{
color: #CCCCFF;
}

a:hover
{
text-decoration: underline;
}

/* sections */

div.container
{
width: 674px;
text-align: left;
color: #DCDCDC;
}

div.main
{
border: 1px solid #DCDCDC;
background-color: #000000;
font-size: x-small;
}

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

div.footer
{
padding: 2px;
border-top: 1px solid #DCDCDC;
text-align: center;
font-size: xx-small;
}

/* classes */

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

a.footer
{
font-size: xx-small;
text-decoration: none;
color: #CCCCFF;
}

a.footer:visited
{
color: #CCCCFF;
}