/* Main Css stylesheet for all of the sites */

body {
   background-color: #ffffff;
   color: #000000; 
   font-family: arial, sans-serif;
   text-indent: 20px;
 
}



/* universal classes and rulesets */








img {
   border-style: none; 
   vertical-align: top;
}
/*borrowed from cgs webpage*/



.pic {
   color: #ffffff;
   background-color: #2c4049;
   margin-left: 5px;
   margin-right: 5px;
   padding: 2px;
  text-align: center;
}
.piccap {
   font-family: verdana, sans-serif;
   font-size: x-small;
   font-weight: bold;
   text-align: center;
   color: #ffffff;
   background-color: #2c4049;
}

