body {
	background-color: FFFFFF;
	background-image: url(../images/bg.jpg);
}

h1 {
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	color: B22222;
}

h3 {
	font-family: Times New Roman, Times, serif;
	color: B22222;
}

a {
	text-decoration: none;
	color: B22222;
}

a:hover {
	text-decoration: underline;
	color: #000000;
	background-color: B222222;

}

p {
	font-family: Times New Roman, Times, serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;	
}

.subnav {
	font-size: 20px;
	text-decoration: none;
}

.aname {
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

