body {  	background-attachment: fixed;}/* nav bar configuration */td.nav {	text-align: left;		background-color: #ABBACA;		color: blue;		font-weight: bold;}a.nav:link { 	text-decoration: none;		color: blue;		font-weight: bold;}a.nav:active {	color: black;}a.nav:visited {	text-decoration: none;		color: blue;		font-weight: bold;}a.nav:hover {	text-decoration: underline;		color: blue;		font-weight: bold;}/* links */a:link { 	text-decoration: none;		color: blue;		font-weight: bold;}a:active {	color: black;}a:visited {	color: #0099FF;		text-decoration: none;		font-weight: bold;}a:hover {	color: #316897;		text-decoration: underline;}/* tables */td.tablehead {	background-color: #316897;		text-align: center;		color: white;}td.newreview {	background-color: #ABBACA;		text-align: center;}td.titlebar {	background-color: #54B2A4;		text-align: center;}td.alttitlebar {background-color: #ABBACA;		text-align: center;}/* caption */td.caption {	font-family: "sans-serif";		background-color: gray;		font-size: 16pt;		font-weight: bold;}