@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold
	line-height: 14px;
	background-image: url(../Images/lightenedold_paper.jpg);
}


a:link {
	color: #660000;
	text-decoration: none;
	font-weight: bold
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
}

