/* Study - 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: "study";
    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: none;
  	height: 80px;
  	width: 212px;
  }
    
