h2 {
	margin:0; 
	font-size:13px; 
	text-decoration:underline; 
	font-weight:bold; 
	text-transform:uppercase; 
	margin-bottom:6px
}


li {
	list-style-type:square; 
	margin-bottom:8px;
}

li a {
	text-decoration:none;
	color:#AA584A; 
	border-bottom:1px solid #FDE4E0;
}

li a:hover {
	color:black;
	border-bottom:1px solid #FF846F;
}


body {
	background-color:#FCFCFC; 
	padding:5px 5px 5x 8px; 
	color:#AA584A; 
	font-family:'Times New Roman', Times, serif; 
	font-size:13px;
	border:0; 
	border-top:1px solid #F0F0F0; 
	border-left:1px solid #F0F0F0; 
	margin:0; 
	line-height:1.7em;
}

img {
	float:right;
	border:1px solid white;
	margin:2px 0 10px 10px;
}
