/* 
    Document   : webstyle
    Created on : Feb 28, 2009, 9:06:41 PM
    Author     : rsteinmetz
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


    body  {
            FONT-FAMILY: Verdana,Helvetica;
            FONT-SIZE: 10px;
            color:#fefefe;
            background:#333;
        }


    table {
            background-color: black;
            background-image: url(images/tablebg.png);
        }

     img    {
             border:0;
         }

   font {
            FONT-FAMILY: Verdana,Helvetica; 
            FONT-SIZE: 10px;
            background-color: black;
            color: #ffffff;
        }

   redfont {
            FONT-FAMILY: Verdana,Helvetica;
            FONT-SIZE: 10px;
            background-color: black;
            color: red;
        }

nav {
            color: #ffffff;
            font-size: 12px;
            background-color:#272727;
}

navopt {
            color: #ffffff;
            font-size: 10px;
            background-color:#161616;
}

b {

            color: #ffffff;
            font-size: 10px;
            background-color:#161616;

}

a:link {color: #ffffff; text-decoration: none;}     /* unvisited link */
a:visited {color: #ffffff; text-decoration: none;}  /* visited link */
a:hover {color: #ffffff; text-decoration: none;}   /* mouse over link */
a:active {color: #ffffff; text-decoration: none;}   /* selected link */
}







    /* bgcolor="#848484" cellpadding="0" cellspacing="0"  border="0" width="800" align="center"*/

