.header1 {
	font-size: 18px;
	text-align: center;
	color: #922D46;
	font-weight: bold;
}
.header2 {
	font-size: 16px;
	font-weight: normal;
}
.text {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}
.links {
	font-weight: bold;
	height: 20px;
	width: 500px;
	text-align: center;
	right: 30px;
}
#navlist a:link, #navlist a:visited {
	color: #922D46;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 13px;
}

#navlist a:hover {
	color: #000000;
	text-decoration: underline;
}

