body           {
                color                 : #FF9933;
                font-family           : Arial, Helvetica, Sans-serif;
                font-size             : 16px;
                font-weight           : bold;
                background            : #000000;
               }
a              {
                text-decoration       : none;
               }
a:link         {
                color                 : #FF9900;
               }
a:visited      {
                color                 : #FF3333;
               }
a:active       {
                color                 : #33FF33;
               }
a:hover	       {
                color                 : #33FF33;
               }
hr             {
                clear                 : both;
                color                 : #FF9933;
                margin-top            : 10px;
                margin-bottom         : 10px;
                height                : 3px;
               }
.big           {
                font-size             : 20px;
                font-weight           : normal;
               }
.xbig          {
                font-size             : 24px;
               }
.xxbig         {
                font-size             : 36px;
               }
.small         {
                font-size             : 10px;
               }