/* css created by Christy Allen December 2, 2008 */


/* print styles */
body {
color: black;
background: white;
}

a:link, a:visited {
background: white;
color: black;
text-decoration: underline;
}
   
h1, h2, h3 {
background: white; 
color: black; 
padding-bottom: 1px;
border-bottom: 1px solid gray;
}
   
/* images */
img.float-right {
  margin: 5px 0px 5px 15px;  
  float: right;
}

img.float-left {
  margin: 5px 15px 5px 0px;
  float: left;
}

div.id wrapper {
display: none;
}
