*{
	margin:0;
	padding:0;
	font-size:9px;
	font-family: MS Sans Serif;
	text-decoration:none;
	color:#000000;
}

body {
	text-align:left;
	margin-top: 0px; 
	background-color:#ffffff;
	background-image: url(/poison/img/algonquins2.png);
	background-repeat: repeat-y,x;
	background-attachment: fixed; 
} 

a:link{
	color:#0090ac;
	text-decoration:none;
}

a:visited{
	color:#126170;
	text-decoration:none;
}
a:active{
	color:#b43525;
	text-decoration:none;

}
a:hover{
	cursor:pointer;
	font-weight: bold;
	position: relative; 
	left: 1px; top: 1px;
}

p {
	color: #000000; 
	font-size: 9px; 
	font-family: MS Sans Serif;
	width: 300px; 
	padding: 2px;
	text-align:left;
	
	
}
h2{
	margin:2px 10px 0px 0px;
	color:#126170;
	width: 300px;
	border:1px #1b4a43 dotted;
	font-weight:bold;
	text-align:left;
	font-size: 14px;
}
h3{
	margin:2px 10px 0 0px;
	color:#126170;
	width: 300px;
	border:1px #1b4a43 dashed;
	font-weight:normal;
	text-align:left;
	font-size: 14px;
}


.text{
	margin:5px auto;
	text-align:left;
	width:300px;
}

ul{
	margin-left:18px;
	list-style-position: outside;
	list-style: square;
}
