body
{
    color: #000000;
    background-color: #607090;
    font-size: medium;
    font-family: Verdana, sans-serif;
}

a, a:visited, a:active
{
    color: #b07070;
    font-weight: bold;
    text-decoration: none;
}

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

div.pagetitle
{
    text-align: center;
    color: #600000;
    font-weight: bold;
    margin-bottom: 2%;
}

div.main
{
    background-color: #ffffff;
    border: solid 1px #000000;
    margin-top: 2%;
    margin-left: 10%;
    margin-right: 10%;
    padding: 1%;
}

div.menu
{
    text-align: right;
    border-bottom: dotted 1px #000000;
    margin-bottom: 1%;
}

div.content
{
    margin: 2%;
}

div.news
{
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 2%;
    margin-bottom: 5%;
}
   
span.title
{
    border-bottom: dashed 1px #000000;
}

div.screens
{
    text-align: center;
}

div.footer
{
    text-align: center;
    font-size: x-small;
    border-top: dotted 1px #000000;
    margin-top: 1%;
}

a.image, a.image:active, a.image:visited
{
    opacity: 0.5;
    color: #ffffff;
    background-color: #ffffff;
}

a.image:hover
{
    opacity: 1.0;
}

span.maintitle
{
    float: left;
}

span.large
{
    font-size: x-large;
}

img
{
    border: none;
}

pre
{
    padding: 1%;
    margin: 2%;
    border: solid 2px #607090;
    color: #C0C0C0;
    background-color: #000000;
}

ul
{
    list-style-type: square;
}
