/******************************************************************************
* Defines styles for critters page on the SV website.                           *
******************************************************************************/
/* insert this line before the /head tag: <link href="crit.css" rel="stylesheet" type="text/css">  */

a {color: #dddddd;
     font-weight: medium;
     font-size: 12pt;
     font-family: arial, modern, verdana, helvetica;
     text-decoration: underline;
     
     
}   /*sets the properties of a link*/

a:hover {color: #ffffff; text-decoration: underline; font-weight:500;
}
/* Background tile or color */
p { color: #ffffff;
       font-weight: normal; 
       font-family: Arial, Helvetica, sans-serif; font-size: 11pt;
       text-align: Center;
       padding:  5px;
}
p2 { color: #cc0000;
       font-weight: 600; 
       font-family: Arial, Helvetica, sans-serif; font-size: 11pt;
       text-align: Center;
       padding:  3px;
}
p3 { color: #000000;
       font-weight: 400; 
       font-family: Arial, Helvetica, sans-serif; font-size: 11pt;
       text-align: Center;
       padding:  3px;
}



.box {

  background-image: url(bbttn.jpg);
  border-color: #000000; border-style: solid; border-width: 1px;
  padding: 4px;
  font-family: arial, helvetica, san-serif; font-size: 10 pt; font-color:white;
  text-align: center;
}

.boxed {

  background-color: #29518d;
  border-color: #29518d; border-style: solid; border-width: 1px;
  padding: 1px;
  font-family: arial, helvetica, san-serif; font-size: 12 pt; font-color:white;
  text-align:center;
}


