﻿.centertext {
	text-align: center;
}
a {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #BB9A6A;
	text-decoration: none;
}
a:active {
	color: #BB93A6;
	text-decoration: underline;
}
a:hover {
	color: #8A5E3D;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #521C3C;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
