﻿body 
{
    background-color: #0A0A0A;
}

div.body{
    color: #7a9d7a;
    margin-left: 165px;
    margin-right: 165px;
    font-style: italic;
    font-weight: bolder;
    font-size: 13pt;
}

div.floating-menu-top 
{
    position:fixed;
    background:#0B7A0B;
    border:2px solid #0fAF0F;
    width:150px;
    -moz-border-radius: 1em 0em 4em 0em;
    border-radius: 1em 0em 4em 0em;
    z-index:100;
    color: #C5FEC5;
    left: 10px;
    top: 10px;
}

div.header
{
   margin-left: 165px;
   margin-right: 165px;
    width: 400px;
    height: 80px;
    background:#0B7A0B;
    border:2px solid #0fAF0F;
    -moz-border-radius: 10em 10em 10em 10em;
    border-radius: 10em 10em 10em 10em;
    color: #C5FEC5;
}

object.middle
{
   margin-left: 20%;
   margin-right: 20%;
   width: 60%;   
} 

a.menu
{
    color: #C5FEC5;
}

div.floating-menu-top a, div.floating-menu-top h3 
{
    display:block;
    margin:0 0.5em;
}

div.floating-menu-bottom
{
    position:fixed;
    background:#0B7A0B;
    border:2px solid #0fAF0F;
    width:150px;
    -moz-border-radius: 4em 0em 1em 0em;
    border-radius: 4em 0em 1em 0em;
    z-index:100;
    color: #C5FEC5;
    bottom: 10px;
    right: 10px;
}

div.floating-menu-bottom a, div.floating-menu-bottom h3 
{
    display:block;
    margin:0 0.5em;
}

table.simple
{
    border: 4px double #0faf0f;
}

td.simple
{
    border: 2px ridge #0faf0f;
}