



/* comment: bold links with hovering underline are default */



A:link {text-decoration: underline; color: #003300; font-weight: bold;}
A:vlink {text-decoration: none; color: #330000;}
A:hover {text-decoration: underline; color: #cc6600;}
A:alink {text-decoration: underline; color: #cc6600;}



	


.boldtextlink { text-decoration: underline; }

.textlink {  text-decoration: underline;  font-weight: normal}

.nolinetextlink {  text-decoration: none;  font-weight: normal}



/* comment: H1--Rust 2 */

h1 {	font-size: 150%;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	border-color: #000000;
	color: #660000;
}


/* comment: H2--Dark Blue */

h2 {	font-size: 120%;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	border-color: #000000;
	color: #000033;
	}
	
/* comment: H3--DarkGrey,  */


h3 {	font-size: 100%;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	border-color: #000000;
	color: #333333;
	}
	
	

/* comment: H4--slate blue, smaller than h2 */


h4 {	font-size: 90%;
	text-align: left;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	border-color: #000000;
	color: #666699;
	}



BODY, P, UL, OL{	font-size: 90%;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	border-color: #000000;
	color: #000000;
	}
	
.small { font-size: 90%;  }
.smaller { font-size: 85%; }
.smallest { font-size: 80%; }
.small75 { font-size: 75%; }

.bigger { font-size: 110%; }
.biggest { font-size: 120%; }


.centersmallest { font-size: 80%; text-align: center;}

.center {	text-align: center; }
.right { text-align: right; }
.left { text-align: left; }

	
.bold { font-weight: bold; }


.darkblue { color: #000033; }
.rust { color: #330000; }
.reddish { color: #FF3300; }
.darkgreen { color: #003300; }
