@charset "utf-8";

#body {
	font: 10px Arial, Helvetica, sans-serif;
	color: #CC6699;
}
a:link {
	color: #CC6699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC6699;
}
a:hover {
	text-decoration: underline;
	color: #CC6699;
}
a:active {
	text-decoration: none;
	color: #CC6699;
}

#rachel-holmes {
	font: 10px Arial, Helvetica, sans-serif;
	padding-top:150px;
	margin-top:150px;
	color: #CC6699;
}
