﻿body 
{
    font-family: Arial, Sans-Serif;
}

.feedback
{
    position: absolute;
    top: 70px;
    left: 10px;
}

.navbar
{
    position: absolute;
    top: 40px;
    left:0px;
    width: 100%;
    
    font-weight: bold;
    background-color: #000000;
    color: #FFFFFF;
}

a:link.nav
{
    color:              #FFFFFF;
    text-decoration:    none;
}

a:visited.nav
{
    color:              #FFFFFF;
    text-decoration:    none;
}

a:hover.nav
{
    color:              #DD0000;
    text-decoration:    none;
}

a:active.nav
{
    color:              #FFFFFF;
    text-decoration:    none;
}

.content
{
    position: absolute;
    top: 90px;
    width: 97%;
}

.rowtitle
{
    font-weight: bold;
}

.logoheader
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    
    background-color: #000000;
}

table
{
    font-size: 80%;
}

td
{
    padding: 5px;
}

p
{
    font-size: 80%;
}