h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #993366;
	text-align: center;

}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #993366;
	padding-top: 15px;

}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.bold {
	font-weight: bold;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	color: #993366;
	font-size: 14px;
	padding-left: 20px;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link {
	color: #000000;

}
a:visited {
	color: #000000;
	text-decoration: underline;

}
a:hover {
	color: #999999;
	text-decoration: underline;


}
.rose {
	color: #993366;
	font-weight: bold;

}
.centered {
	text-align: center;
}
