body { 	font-family: "arial"; 
       	margin: 0;
       	background-image: url('images/wall.jpg');
	}
p.margin { margin-top: 1px;
	  margin-bottom: 1px; }

p.margin2 { margin-top: 1px;
	  margin-bottom: 3px; }

.blah {
	background-image: url("images/paper1sheet.jpg");
	background-repeat: no-repeat;
	font-size: 11px;
	background-position: 21px 16px;
	}

.blah2 { background-image: url("images/paper2sheets.jpg");
       	 background-repeat: no-repeat; 
       	 font-size: 11px;
       	 background-position: 15px 16px;
	 }

.blah3 { background-image: url("images/pic_n_paper.jpg");
       	 background-repeat: no-repeat; 
       	 font-size: 11px;
       	 background-position: 15px 16px;
	 }

.cht { 	position: relative;
       	top: 10px;
       	left: 45px;
	width: 220px;	
	height: 247px;
       	overflow: auto;
	}

.col2 {	position: relative;
       	top: 10px;
       	left: 25px;
	width: 240px;	
	height: 265px;
       	overflow: hidden;
	}
.col3 {	position: relative;
       	top: 10px;
       	left: 25px;
	width: 300px;	
	height: 265px;
       	overflow: hidden;
	}

a:link { color: #2F4F4F }   
a:visited { color: #B8860B}
a:hover { color: #191970}
a:active { color: #0000FF}

ul { 	margin-top: 0px;
	margin-bottom: 0px;
	 }


h5 { margin: 3px; }

