/* Define formatting for table */.nav TD, .nav TH   {	border-style:		outset 2px gray;	background-color:	#c0c0c0;	border:			thin outset;	padding:		0;	vertical-align:		middle;	text-align:		center;	font-family:		arial, helvetica;	color:			#800000;	font-weight:		bolder;	font-size:		smaller;}TD#head, TH#head 	{	background-color: 	#808080;	font-size:		normal;	font-weight:		bold;	color:			white;	text-align:		center;}TD#subhead, TH#subhead {	background-color: 	#808080;	font-size:		normal;	font-weight:		bold;	color:			white;	text-align:		center;}/* Define properties for menu links */.nav A:hover { 	color:			#ff0000;	text-decoration:	none;}	.nav A:link { 	color:			#800000;	text-decoration:	none;}.nav A:active {	color:			#00ffff;	text-decoration:	none;}.nav A:visited { 	color:			#000080; 	text-decoration:	none;}/* Define general properties */B, strong {	color:		#c000c0; 	font-family:	arial, helvetica;}body,P	{	color:		#ffffff; }H1, H2, H3, H4 	{	color:		#c000c0; 	font-family:	arial, helvetica;	/* text-align:	center; */}A:hover { 	color:			#00ff00;	text-decoration:	none;}	A:link { 	color:			#00ffff;	text-decoration:	none;	font-family:		arial, helvetica;}A:active {	color:			#ffff00;	text-decoration:	none;}A:visited { 	color:			#ff0000;	font-family:		arial, helvetica;}
