/****************************/
/* WebShow Style Sheet      */
/****************************/
/* Body for the top level (index) window */
body{font-family: Arial,sans-serif; background-color: rgb(192, 226, 239); color: rgb(61, 61, 61); line-height:1.166; }


/* 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;}   */


h1 { text-align:center; font-family: "Times New Roman", Times, serif; font-size: 36px; font-weight:bold; color: rgb(56, 96, 112); }
h2 { margin: 10px 0px 10px; padding: 0px; font-family: Arial,Helvetica,sans-serif; font-size: 18px; font-weight:bold; color: rgb(90, 105, 112); } 
h3 { margin: 10px 0px 0px; padding: 0px; font-family: Arial,Helvetica,sans-serif; font-size: 16px; color: rgb(90, 105, 112); } 



/**** 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*/