.bodystyle {
	font-family: Tahoma, Verdana, "Times New Roman", Arial;
	font-size: xx-small;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #ffffff;
	background-image:url('grey_wash_wall.png');
}
.linkstyle {
	font-family: Tahoma, Verdana, "Times New Roman", Arial;
	font-size: small;
	color: #000000;
	text-decoration: none;
}
.substyle {
	font-family: Tahoma, Verdana, "Times New Roman", Arial;
	font-size: small;
	color: #FFFFFF;
}
.framestyle {
	font-family: Tahoma, Verdana, "Times New Roman", Arial;
	font-size: small;
	color: #000000;
	text-decoration: none;
	border: 2px solid #bd906a;
}

A {
	text-decoration: none;
	color: #000000;
}
A:visited {
	text-decoration: none;
	color: #000000;
}
A:hover, A:visited:hover {
	text-decoration: underline;
	color: #bd906a;
}