/* Links style sheet
	 Based on Dreamweaver v8 style sheet "Link Effects"
	 Created 02/11/2008 by Peter G Swain, Halcon Consultancy
*/

/* blue text */
a:link              {color: #0000FF;}
										
/* light blue text */
a:visited           {color: #3366FF;}

/* text - no underline */
a:hover             {text-decoration: none;}

/* red text */
a:active            {color: #FF0000;}

/* white text */
a.hidden            {color: #000000;}

/* white text */
a.hidden:visited    {color: #000000;}

/* blue text */
a.hidden:hover      {color: #0000CC;}

/* white text */
a.hidden:active     {color: #000000;}

/* dark green-blue text */
a.nav:link          {
                     color: #333333;
                     padding: 2px;
                    }
                    
/* pink text */
a.nav:visited       {
                     color: #CCCCCC;
                     padding: 2px;
                    }
/* black text */
a.nav:hover         {
                     color: #FFFFFF;
                     background-color: #666666;
                     padding: 2px;
                    }

a.menu              {
                     font-family: arial, helvetica, sans-serif;
                     font-weight: bold;
                     text-decoration: underline;
                    }

a.menu:hover        {
                     font-family: arial, helvetica, sans-serif;
                     font-weight: bold;
                     text-decoration: underline;
                     letter-spacing: 1px;
                    }

/* */
a.box               {
                     padding: 3px;
                     background-color: #FFFFFF;
                     text-decoration: none;
                     border: medium solid #CCCCCC;
                     color: #000000;
                     font-family: Verdana, Arial, Helvetica, sans-serif;
                    }

/*  */
a.box:hover         {
                     color: #000000;
                     padding: 3px;
                     text-decoration: none;
                     background-color: #666666;
                     border: medium solid #3366FF;
                     color: #FFFFFF;
                     font-family: Verdana, Arial, Helvetica, sans-serif;
                    }
