/****************************/
/* WebShow Style Sheet      */
/****************************/
/* Body for the top level (index) window */
body{font-family: Arial,sans-serif; color:#333333; line-height:1.166; background:#cccccc; }
/* body for the Picture Window */
body.pwin{font-family: Arial,sans-serif; background:#223333; margin:0px; padding:0px; } /* So pictures can occupy entire window */
 
/**** header tag styles ****/
h1{font:bold 150% Arial,sans-serif; color:#223d45; margin:0px; padding:0px;}
h2{font:bold 114% Arial,sans-serif; color:#006699; margin:0px; padding:0px;}
h3{font:bold 100% Arial,sans-serif; color:#334d55; margin:0px; padding:0px;}

/**** Layout Divisions ****/
/* Div for outer window - which holds the picture. */
#outer { text-align:center; margin:0px; border: 0px; }
  
/* Div for navigation buttons */
#buttons { position:absolute; top:1px; left:5px; width:100px; height:18px; }
   
/*end*/