TD.required {
	color : Red;
}
BODY {
	font-family : Arial, Helvetica, sans-serif;
	color : Maroon;
	background-color : #FDF7DB;
	background-image : url(/css/LurayRV/lurayrv_back.jpg);
}
TD.nav {
	font-size : x-small;
	color : Maroon;
	text-align : center;
}
TD.events {
	font-size : x-small;
	color : Black;
}
A:LINK {
	text-decoration : none;
	color : Blue;
}
A:VISITED {
	text-decoration : none;
	color : #4169E1;
}
A:HOVER {
	background-color : Maroon;
	color : Yellow;
	border-bottom : 1px solid Black;
	border-top : 1px solid Black;
	text-decoration : none;
}
HR {
	color : Maroon;
}
TD.update {
	font-size : xx-small;
	font-family : Arial, Helvetica, sans-serif;
}
A.button:HOVER {
	background-color : transparent;
	text-decoration : none;
	border : 0px none;
}

