/* 
    Document   : sfbol
    Created on : Feb 17, 2008, 12:13:51 PM
    Author     : paulfranz
    Description:
        Purpose of the stylesheet follows.
*/

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

   a:link       { color: blue; font-family: Ariel; font-size: 12px; text-decoration: none }
   a:active     { color: blue; font-family: Ariel; font-size: 12px; text-decoration: none }
   a:visited    { color: green; font-family: Ariel; font-size: 12px; text-decoration: none }
   a:hover      { color: #C0C0C0; font-family: Ariel; font-size: 12px; text-decoration: none }
   
   a.menu:link       { color: #FF0000; font-family: Verdana; font-size: 14px; font-weight: bold; text-decoration: none }
   a.menu:active     { color: #FF0000; font-family: Verdana; font-size: 14px; font-weight: bold; text-decoration: none }
   a.menu:visited    { color: #FF0000; font-family: Verdana; font-size: 14px; font-weight: bold; text-decoration: none }

   a.menu:hover      { color: #C0C0C0; font-family: Verdana; font-size: 14px; font-weight: bold; text-decoration: none }
   
   .over 
   {
	border: thin solid red;
}
   
   .out 
   {
	border: thin solid gray;
}




