@import url("textfont.css");

body
{
   color           : #ffbb00;
   background-color: #222222;
}

.silver 
{ 
   color           : #ffffff;
   background-color: #000000;
}


h1 { text-align: center; }

a:link    {color: #ffff00; }
a:visited {color: #00ff60; }
a:active  {color: #ffee00; }
a:hover   {color: #ffee00; }

table { border: 1px solid black; }
th { font-style: normal; font-weight: normal; }
td, th
{
   font-size : 13px;
   margin    : 0;
   padding   : 1px;
   border    : 1px solid #ffbb00;
}

.rite
{
   text-align: right;
}
