body {
	font-family: 
/*		"Book Antiqua",	
*/
		"Bookman Old Style",	
		Verdana, 
		Arial, 
		Sans-Serif;
	color:#660000;
	background-image: url{image/IndexBG.gif};
	background-color: white;
	background-attachment: fixed;
	background-repeat: repeat;	/* default */
	font-weight: bold;
	margin-left: 5%;
	
}

.short { 
	width: 50%;
	height: 2px;
}

table {	
	font-weight: bold; 
	color:#660000; 

	font-family: 
/*		"Book Antiqua",	
		"Bookman Old Style",	
		Verdana, 
*/
		Arial, 
		Sans-Serif;
}


h1, h2, h3, h4, h5, a.links {
	color:#660000;
	font-family: 
/*		"Book Antiqua",	
*/
		"Bookman Old Style",	
		Verdana, 
		Arial, 
		Sans-Serif;
}

b {	font-size: larger	}

hr { 	
	width: 95%; 
	height: 4px;
	align: center;
	background-color: brown;
}

a:link		{ color: #660000 }
a:visited	{ color: #990000 }

a:hover	{ color: red; background-color: #ffff99	}	/* a:hover must follow link and visited */				

/*
a.links:link	{ color: #660000 }
a.links:visited	{ color: #990000 }

a.links:hover	{ color: red	}	/* a:hover must follow link and visited */				

a:active	{ color: cyan }		/* must follow hover */
*/