
   body
   {
    background: #303030 url(/images/games/background.gif);
    margin: 0px;
    padding: 0px;
    color: #ffffff;
   }
   
   a
   {
    color: #00ff00;
   }
   
   td
   {
    font-family: arial;
    font-size: 12px;
   }
   
   td.logo
   {
    background: url(/images/games/logo_background.jpg);
    width: 775px;
   }
   
   td.header
   {
    width: 700px;
    height: 74px;
    background: #000000;
    text-align: left;
   }
   
   span.header_text
   {
    color: #ffffff;
    font-family: Impact;
    font-size: 48px;
    margin-left: 15px;
    visibility: hidden;
   }
      
   td.content_area
   {
    background: #000000;
    font-family: arial;
    font-size: 12px;
    color: #ffffff;
    padding: 10px;
    width: 775px;
   }
      
   td.shader_left
   {
    background: transparent url(/images/games/shader_left.jpg) repeat-y;
    width: 23px;
    background-position: right;
   }
   
   td.shader_right
   {
    background: transparent url(/images/games/shader_right.jpg) repeat-y;
    width: 23px;
   }
   
   td.menu
   {
    background: url(/images/games/menu_bar.jpg);
    height: 27px;
    width: 775px;
   }
   
   
   img.shader
   {
    width: 32px;
    height: 1px;
   }
   
   img.logo
   {
    width: 74px;
    height: 74px;
   } 
   
 span.headline_normal
 {
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
 }

 span.default
 {
  font-family: arial;
  font-size: 12px;
  color: #ffffff;
 }

 tr.table_sm_headline
 {
  background: #202020;
 }

 td.table_sm_headline
 {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
 }

 tr.news_headlines_even
 {
  font-family: arial;
  font-size: 12px;
 }

 tr.news_headlines_odd
 {
  font-family: arial;
  font-size: 12px;
  background: #101010;
 }
	
