/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * bturnip_version6.css
 * started:
 * Monday, November 29, 2004
 * credits to bluerobot.com for css goodies
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 */

/* [body] */ 
body
 {
  background-color: #FFFFFF;
  background-image: url(http://bturnip.com/images/bwd_bar2.jpg);
  background-repeat: repeat-x;
  font-size:11px;
  font-family:verdana, arial, helvetica, sans-serif;
  color:#333;
  margin:0;
  padding:0;
 }
 
/* [color bar styles] */
.header_right
  {
   float:right;
   margin-top:15px;
   margin-right: 10px;
   font-size: 20px;
   color: ghostwhite;
  }

/* [blackborderbox] */
.blackborderbox
  {
   padding: 3px;
   border-style: solid;
   border-width: thin;
   border-color: #000;
   background-color: #FFF;
   color:#333;
   margin-bottom: 5px;
   font-family:verdana, arial, helvetica, sans-serif;
   * font-family:arial, sans-serif;
   font-size: 11px;
  }

  
/* [anchor styles] -- orange-brown text that rolls over into blue */
a:link	
  {color:#4040FF; text-decoration:none}
a:visited
  {color:#4040FF; text-decoration:none}

a:hover
  {color:#FF8c00; text-decoration:none;}

.current_link
  {color:slategray; text-decoration:none; font-style: italic;}
  
.table_link a:link	
  {color:#000000; text-decoration: none;}  
.table_link a:visited
  {color:#000000; text-decoration:none;}
.table_link a:hover
  {color:#4040FF; text-decoration:none}
  
/* [menubox] */
.menubox
  {
   margin-top:20px;
   margin-left: 5px;
   padding: 3px;
   width: 100px;
  }
  
