﻿body 
{
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 10pt;
}

.error 
{
    font-weight: bold;
    color: Red;
}

.message 
{
    font-weight: bold;
    color: Blue;
}

h1 
{
    font-size: 14pt;
    font-weight: bold;
}


table.search
{
    border-top: solid 1px black;
    border-bottom: solid 1px black;
}

table.menu
{
    border-bottom: solid 1px black;
}

table.menu2
{
    border-top: dotted 1px black;
    border-bottom: dotted 1px black;
}

td.ip 
{
    font-weight: bold;
    border: solid 1px green;
}
