body {
	font-family: arial, roman, 'times new roman', times, serif;
	font-size: 7;
	text-align: left;
}
h1 {
	color: #752D45;
	font-size: 24;
}
h2 {
	color: #752d45;
	font-size: 18;
}
p {
	text-indent: 20;
	font-size: 14;
}
ul {
	font-size: 14;
}
a:link {
	text-decoration: none;
}
a:hover {
	background-color: #FFFCD8;
	color: #752d45;
}
a:visited {
	text-decoration: none;
	color: #fffcd8;
	background-color: #752d45;
}
