

	body{	font-size: 10pt;
		font-family: "Quicktype Mono";
		color:#F2CFB1;
		background:url("background_tile.gif") repeat;
		margin-left:5pt;
		margin-right: 5pt;

	    }

	img {
		border: 1pt;
		bordercolor: red;
	    }
     .imgone { border: 3pt outset #E02828;}
 
     .imglink { border: 3pt inset #E02828;}
     .imglink:hover { border: 5pt outset #E02828;}

	
	h1 {	font: 28pt Courier New, Arial;
		color:#F2CFB1;
		line-height: 35pt;
	    }

	h2 {	font:14pt Quicktype Mono, Arial;
		font-weight: bold;
		line-height: 18pt;
	    }
	
	p   {	font: 10pt Quicktype Mono, Arial;
		color:#F2CFB1;
		
		font-weight:bold;
		line-height:12pt;
	
	    }
	
	a {
	      text-decoration: none;
	      font:15pt TimesNewRoman;
	      color: red;
	   }
	a:link {color:red;}
	a:visited{color:red;}
	a:hover{color:orange}