/*  -----must be in this order-----  */

a:link
{
color: #00ff00
}

a:visited
{
color: #009900
}

a:hover
{
color: #ffffff
}

a:active
{
color: #00ffff
}

/*  -----must be in this order-----  */

body
{
margin: 0;
background-color: #212120;
color: #ffff00;
font-family: "comic sans ms", terminal, arial, sans-serif;
font-size: 14
}

table
{
border: 0;
border-color: #00ff00;
font-size: 14;
width: 100%;
height: 100%
}

iframe
{
border: 0;
height: 100%;
width: 100%
}

#title
{
colspan: 2;
height: 150px;
width: 100%;
font-size: 12;
text-align: center;
vertical-align: top
}

#navi
{
height: 100%;
width: 100px;
vertical-align: top
}