/* Pink Fever Style Sheet */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
}
#body-wrapper {
	width: 99%;
	margin-right: auto;
	margin-left: auto;
}
a {
	font-weight: bold;
	color: #832727;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #F9A4A4;
	text-decoration: none;
}
p {
	font-size: 80%;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
