body {
	background-color: #FFFFCC;
	text-align:center;
	background-image:url(backgrounds/ricepaper.jpg);
}

body, td, th, h6 {
	color: #330000;
}

h1, h2, h3, h4, h5 {
  color: #660000;
}



a {
	color: #003366;
}

a:hover
{ background-color:#999999;
color:#293152;
}

.red_star {color:red;}

		
div.line hr{ /* take out the troublemaking HR */
		display:none;
		}

div.line { /* DIV that wraps and replaces the HR */
		background: transparent url(hr.gif) no-repeat center center;
		height: 30px;
		}

