/* products - 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: "leon clements";
    display: block;
  }
  
  .content {
    width:710px;
    font-size: 10pt;
  	font-family: trebuchet ms;
  	display: block;
  	line-height: 1em;
  	color: #424242; /* shadow color */
  	background-color: transparent;
  }
  
  .image {
  	text-decoration: none;
  	border-top: none;
  	border-left: none;
  	border-right: 2px groove;
  	border-bottom: 2px groove;
  	border-color: #DCDCDC;
  }

