html, body, ul, ol, li,
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	} 

body {
	font-size: 100.01%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: black;
	background-color: white;
	}

table.words{
	font-size: 100%; 
	}
	
table.details{
	font-size: 80%; 
	}
	
td.details{
	font-size: 80%; 
	}
	
td.quote {
	font-size: 95%;
	font-family: "Times New Roman", serif;
	color: black;
	background-color: #FEE9CD;
	}

td.book{
	color: #FF9900;
	}


td.redBold{
	font-weight: bold;
	color: red;
}

td.error{
	/* font-weight: bold; */
	color: salmon;
}

div.salmonBold{
	font-weight: bold;
	color: salmon;
}

.boldcenterred {
	/*used by events.htm */
	font-weight: bold;
	text-align: center;
	color: red;	
}

.boldcenterblue {
	/*used by events.htm */
	font-weight: bold;
	text-align: center;
	color: blue;	
}

.boldcenter {
	/*used by events.htm */
	font-weight: bold;
	text-align: center;	
}

.bold{
	font-weight: bold;
	}

a:link {
	font-family: Arial, Helvetica, sans-serif; 
	color: #0066FF;	text-decoration: underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: purple;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: silver;
	text-decoration: underline;
	}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066FF;
	text-decoration:underline; }