/* CSS Document */

body {
	background-color: #012420;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
.RegularText {
	font-family: Times New Roman;
	font-size: 16px;
	line-height: 26px;
	color: #0d0e0e;
}
a {
	font-family: Times New Roman;
	font-size: 16px;
	line-height: 26px;
	color: #012420;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #012420;
}
a:hover {
	text-decoration: none;
	color: #012420;
}
a:active {
	text-decoration: underline;
	color: #012420;
}