.boldpink {
	color:#ee529e;
	font-size:110%;
	font-weight:bold;
}

h2 {
	color:#ee529e;
	font-size:110%;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom: 1px dashed #fff;
}

h1 {
	color:#ee529e;
	font-size:130%;
	font-weight:bold;
}

a {
	color:#ee529e;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}