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;}
  
a.each:link {text-decoration: none; color:#391111;}
a.each:visited {text-decoration: none; color:#391111;}
a.each:hover {text-decoration: none; color:#999999;}
a.each:active {text-decoration: none; color:#391111;}  
 
      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;
          }
       
       .language  {
       	  font-family : georgia;
      	  font-size : 12pt;
      	  font-weight : 100;
      	  margin-left : 35%;
      	  line-height : 4em;
      	  color : white;
       }
       
       
       .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;
          }
         
         #language{
         margin-left : 20%;
         width: 300px;
         background-color: #cccccc;
         }
         
         
         #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%;
      }
