a:hover {
	color: #640D30;
	text-decoration: underline;
}
a:visited:hover {
	color: #640D30;
	text-decoration: underline;
}
table {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}
h1, h2, h3, h4, h5 {
	color: #640D30;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:visited:hover {
	color: #640D30;
	text-decoration: underline;
}
.smallText {
	font-size: 12px;
}
.tinyText {
	font-size: 11px;
}
.lightTextBold {
	color: #FFF4D8;
	font-weight: bold;

}
