a:link {text-decoration: none; color:#999999;}
a:visited {text-decoration: none; color:#999999;}
a:hover {text-decoration: none; color:#ffffff;}
a:active {text-decoration: none; color:#999999;}
  
      body{
         font-family : sans-serif;
         }   
  
      #header {
      	  font-size : 10pt;
      	  font-weight : 100;
      	  color : white;
      	  background-color : #cccccc; //#9a8787;
      	  }
      	  
      #container{
	      width: 800px;
	      background-color : white;
          margin-left: auto;
	      margin-right: auto;
} 
      	            
      h1 {
     	    margin-left : 2%;  
     	    margin-top : 7%;         	           	    
      	    font-size : 11pt;
      	    font-weight : 300;
      	    color : #baa7a7;
          }
      
      h2 {
      	  margin-left : 3%;
      	  margin-right : 10%;
      	  margin-top : 2%;
      	  font-size : 10pt;
      	  font-weight : 100;
      	  color : #6a0d0d;
          }
          
     #caption {
       	  text-align : left;
       	  font-family : georgia;
      	  font-size : 9pt;
      	  font-weight : 100;
      	  color : #9f9992;
          }

      #description {
      	  width : 350px;
      	  margin-right : 5%;
      	  margin-top : 3%;
      	  padding-right : 5%;
      	  text-align : left;
      	  float : right;
      	  font-family : georgia;
      	  font-size : 9pt;
      	  font-weight : 100;
      	  line-height : 1.6em;
      	  color : #715f5f;
          }
          
      #description2 {
      	  width : 600px;
      	  margin-right : 5%;
      	  margin-top : 10%;
      	  margin-bottom : 10%;
      	  padding-right : 5%;
      	  text-align : left;
      	  float : left;
      	  font-family : georgia;
      	  font-size : 9pt;
      	  font-weight : 100;
      	  line-height : 1.6em;
      	  color : #715f5f;
          }

    
      #footer{
          font-family : georgia;
          font-size : 7.5pt;
          font-weight : lighter;	
      	  color : #bfb2af;
      	  padding : 5%;
      }
