body { width: 100%;
      margin: 0;
      padding: 0;
      font-family: helvetica,verdana, arial,  sans-serif;
      font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
background-color: #888877; }
        
   
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,html,p,blockquote,fieldset,input { margin: 0; padding:0; color: #666666; }
   
ol, ul, li { list-style: none;
          font-size: 1em;
          line-height: 1.8em;
          margin-top: 0.2em;
          margin-bottom: 0.1em;}
   
p, ins, i { font-size: 1.0em;
          line-height: 1.9em;
          margin: 0.4em 0em 1.2em 0em; }
   
img { border: none;}

a:link { color: #fff;    
         text-decoration: none;} 
 
a:visited { color: #fff;
            text-decoration: none;}  

a:hover { color: #4B4B4B;
         text-decoration: underline;}

a:active { color: #fff;
          text-decoration: none;
          background-color: #E9F3F5;}  
		  
#wrapper { width: 525px;
          height: 400px;
          margin: 50px auto 0 auto;
		  padding: 0;}		  
		  
#monoSlideshow { border: solid 1px black;
                 margin-top:20px;}		  

#bottom { margin-top: 30px;
          float: right;
		  padding-right: 20px;}