	
body {
	margin: 0 auto;
	font-family: Courier;
	font-size: 11px;
	}	

/* text formatting */



h2 {
	font-family: Courier;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #67A1C6;
}
p {
	font-family: Courier;
	font-size: 11px;
	color: #FFEEE;
}
h1 {
	font-family: Courier;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
li {
	font-family: Courier;
	font-size: 11px;
}

.white {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #EEEEEE; 
}


/* link formatting */

a, 
a:link {
	text-decoration: underline;
	color: #FF0000;
	font-family: Courier;
	}
	
a:visited {
	text-decoration: underline;
	color: #FF9999;
}
a:hover: {
	font-family: Courier;
	font-size: 13px;
	text-decoration: underline;
	color: #CCC;
}

/* box formatting */
.reddotted {
	padding: 5px;
	border:  #FF0000 dotted;
	border-width: 1px;
	background-color: FFF;
	}
	
.reddashed {
	padding: 5px;
	border:  #FF0000 dashed;
	border-width: 1px;
	background-color: FFF;
	}