@charset "utf-8";
/* CSS Document */


body {
	background-image: url(CowhideBackground.jpg);
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #240A00;
}
.smallFont {font-size: 10px}
a:link {
	color: #43351B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660066;
}
a:hover {
	text-decoration: underline;
	color: #9A0000;
}
a:active {
	text-decoration: none;
	color: #43351B;
}
.RedItalic {
	color: #9A0000;
	font-style: italic;
}
.RedBold {
	color: #9A0000;
	font-weight: bold;
	font-size: 16px;
}
.blackbold {
	color: #000000;
	font-size: 12px;
}