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 : #fde6d9;
      	  background-color : #cccccc; //#9a8787;  
      	  }
      	            
      h1 {
     	    margin-left : 3%;  
     	    margin-top : 7%;         	           	    
      	    font-size : 11pt;
      	    font-weight : 300;
      	    color : #baa7a7;
          }
      h2 {
      	  margin-left : 8%;
      	  margin-right : 10%;
      	  margin-top : 2%;
      	  font-size : 10pt;
      	  font-weight : 100;
      	  color : #999999;
          }

       .info {
       	  margin-left : 17%;
       	  margin-right : 30%;
       	  font-family : georgia;
      	  font-size : 9pt;
      	  font-weight : 100;
      	  line-height : 1.6em;
      	  color : #715f5f;
          }
          
        .cv {
          font-weight : 550;
          color : #391111;
          font-style:italic;
          }
         
         #container{
          width: 1000px;
	      background-color :white;
	      margin-left: auto;
	      margin-right: auto;
} 
          
         #footer{
          font-family : georgia;
          font-size : 7.5pt;
          font-weight : lighter;	
      	  color : #bfb2af;
      	  padding : 5%;
      }