/* CSS Document */

#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: "leon clements";
    display: block;
  }

