/*  CSS for SAMPLE 2 */
a:link {
	color: #003300;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #009966;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #006600;
	text-decoration: underline overline;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;

}
a:active {
	color: #006600;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99FFCC;
}
body {
	background-image: url(../images/gnr-bkgnd.jpg);
	font-size: medium;
}
.textRed {
	color: #990000;
}

