﻿body 
{
    background: #000000;
    font-size: 140%;
    color: Yellow;
    font-family: Arial;
}

div
{
    background: #000000 !important;
    color: Yellow !important;
}

a
{
    color: Aqua;
    font-size: 120%;
}


a:visited
{
    color: Fuchsia;
    font-size: 120%;
}

.menu-t
{
     float: left;
}

.menu-t-selected
{
     float: left;
}

.menuholder .sep
{
 padding: 5px;   
  float: left;
}

.submenuHolder
{
    border-top: solid 1px Aqua;
    clear: both;
}

.sep
{
    padding: 2px;
}

#ViewSettings ul li
{
    display:inline;
}

.td
{
	color: Yellow;
    font-family: Arial;
}
