/* C.V. - Cascading Style Sheet */

  #header {
    font-size: 48pt;
  }
  
  #header:before {
  	margin-bottom: -1.03em;
  	margin-left: 0.06ex;
  }
  
  #header:after {
  	margin-top: -1.03em;
  	margin-left: -0.06ex;
    content: "cv";
    display: block;
  }
  
  .content {
    width:710px;
    font-size: 10pt;
  	font-family: trebuchet ms;
  	display: block;
  	line-height: 1em;
  	color: #424242; /* shadow color */
  	background-color: transparent;
  }
    

