body
{
   background-color: #000;
   /*background-image: url(/games/the-grid-2/grid/images/grid.jpg);
   background-repeat: no-repeat;
   background-position: top right;*/
}

#rules
{
   font-size: 16px;
   color: #98F5FF;
   width: 300px;
   font-weight: bold;
   margin: 4px;
   padding: 4px;

   position: absolute;
   top: 0%;
   left: 0%;
   background: url(/games/the-grid-2/grid/images/bg_black.gif);  
   padding-left: 1%;
}

#rules .capital
{
   font-size: 18px;
   font-weight: bold;
}

#rules .small 
{
   color: lime;
   font-size: 10px;
}

#rules .r
{
   font-size: 14px;
   font-weight: bold;
}

#rules .shortParagraph
{
   margin-bottom: -10px;
}

#rules a
{
   color: lime; 
   text-decoration: none;
}

#rules .bold
{
   font-weight: bold;
}