﻿body 
{
    margin:0;
    padding:0;
}

img
{
    border:0;
}

.headerbar
{
    background-color: Orange;
    padding: 1em 1em 3px 1em;
}

.navtab 
{
    border-top: solid thin White;
    border-left: solid thin White;
    border-right: solid thin White;
    padding: 2px;
}

.navtab a
{
    color: White;
    text-decoration: none;
}

.navbarspace
{
    border-bottom: solid thin White;
    padding: 0 2px;
}

.navtitle
{
    font-family:arial,sans-serif;
    font-size:50px; 
    color:White;
}

.actiontab
{
    border-top:solid thin Orange;
    border-bottom:solid thin Orange;
    border-left:solid thin Orange;
    padding: 2px;
    margin-bottom: 2px;
}

.actiontab a
{
    color:Orange;
    text-decoration: none;
}

.editoritem h2
{
    color:Orange;
}

.editoritem table
{
    color:OrangeRed;
}

.editoritem a
{
    color:OrangeRed;
}

.editoritem h1 a
{
    text-decoration:none;
}

.footerbar
{
    margin: 3em 0;
    text-align:center;
    font-family:arial,sans-serif;
    font-size:11px;
}

.footerbar a
{
    color: Orange;
}

.widget
{
    float: right;
    width: 400px;
}
