/* --- style sheet for 10 Deadliest Snakes --- */

/* --- snakes_V2.css --- */
/* --- setup the logo for the top of the page --- */
   div.TOPBOX {float:middle; text-align:center; font-weight:900;
               font-size:60px; line-height:61px; 
               color:#00ff00;
               background:url(bgsnakea.jpg);background-repeat:repeat-x;}

/* --- Set the body text to white and background to black --- */
   body {color:#ffffff; background:#000000; font-weight:15; font-size:12px; font-family:"arial, Helvetica, sans-serif";}

/* --- set title text --- */
   div.title {text-align:center; 
              font-weight:30; font-size:35px;}

/* --- set the color for navagation links --- */
   A.Nav:hover {color:#ffff00; font-weight:bold; font-size:25px;}
   A.Nav:link {color:#ffffff; text-decoration:none; font-size:20px;}
   A.Nav:active {color:#000000; text-decoration:none; font-size:20px;}
   A.Nav:visited {color:#000000; text-decoration:none; font-size:20px;}


/* --- set the color for page links --- */
   A:hover {color:#7fff00; text-decoration:none;font-weight:bold; font-size:18px;}
   A:link {color:#ffffff; text-decoration:none;}
   A:active {color:#b5a642; text-decoration:none;}
   A:visited {color:#238e23; text-decoration:none;}

/* --- set address and email text --- */
   div.addr {text-align:center; background:#00ff00; 
              font-weight:20; font-size:20px;}

/* --- set the box for links --- */
   div.LEFTBOX {float:left; border-style:none; width:22%;}

/* --- set the right side box --- */
   div.RIGHTBOX {float:right; text-align:center; font-weight:20;
                 font-size:20px; border-style:none;}

/* --- set standard blocktext --- */
   BLOCKQUOTE {text-align:left; font-size:20px; Clear:right;}

/* --- set universal table attributes --- */
   .tblfmt {text-align:center; font-weight:17;
            font-size:17px; color:#000000;
            background:#00ff00; border-style:none;}
