p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF99CC;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a {
	color: #990033;
	text-decoration: none;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #6666FF;
	font-family: Arial, Helvetica, sans-serif;
}
.flowerbg {
	background-image: url(images/flowers.jpg);
	background-repeat: no-repeat;
}
