.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}
.contentBoldPINK {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight:bold;
	color:#CD4D86;
}
a:link {
	color: #800000;
	text-decoration: none;
}
a:visited {
	color: #800000;
	text-decoration: none;
}
a:hover {
	color: #A74777;
	text-decoration: none;
}

.handoutList li {
	color: #800000;
	margin: 4px 10px;
	border-bottom: 1px dotted #FFF;
	padding: 4px;
	list-style: none;
	}
	
#handoutBlock {
	float: left;
	width: 350px;
	text-align: left;
	display: block;
	}