.bodytext {
	font-family : Helvetica;
	font-size : 10pt;
	text-align : justify;
      }

body {
	background-image : url("http://thepenrose.com/images/bg.gif");
	font-family:Helvetica, sans-serif; /* font-family : Helvetica; */
	font-size:76%; /** font-size : 10pt; **/
	margin:0;
	padding: 0px;
      }

.subhead {
	font-size : 10pt;
	font-family : Helvetica, Arial;
	font-style : italic;
	font-weight : bold;
      } 

.red_back {
	background-color : #ff9b9b;
	color : #ffffff;
	font-family : Helvetica;
	font-size : 10pt;
	font-weight : bold;
      }

h1 {
	font-family : Helvetica;
	font-size : 24pt;
	font-style : italic;
	font-weight : bold;
      } 

h2 {
	font-family : Helvetica;
	font-size : 18pt;
	color : #e06850;
	font-style : italic;
	font-weight : bold;
      }
h3 {
	font-family : Helvetica;
	font-size : 14pt;
	font-style : italic;
	font-weight : bold;
      }
h4 {
	font-family : Helvetica;
	font-size : 12pt;
	color : #e06850;
	font-style : italic;
	font-weight : bold;
      }
h5 {
	font-size : 10pt;
	font-family : Helvetica;
	font-style : italic;
	font-weight : bold;
      }
h6 {
	font-family : Helvetica;
	font-size : 8pt;
      }
a:link {
	color : red;
      }
a:visited {
	color : red;
      }
a:active {
	color : #5b5b5b;
	text-decoration : none;
      }
a:hover {
	color : #4090d8;
      }



