body     {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	margin: 0px;
	font-size: small;
}
a:link, a:visited   { 
	color: #4169e1; 
	text-decoration: none 
}
a:hover, a:visited:hover { 
	color: #ff1493; 
	text-decoration: underline 
}
h1   { 
	color: black; 
	font-weight: bold; 
	font-size: 18px; 
	margin-top: 0px; 
	margin-bottom: 0px 
}
h2   {
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
h3   { 
	font-style: italic; 
	font-weight: bold; 
	font-size: 14px; 
	margin-top: 0px 
}
h4   { 
	font-weight: bold; 
	font-size: 14px; 
	margin-top: 0px; 
	margin-bottom: 0px 
}

/* NAV MENU FORMATTING */ 
#navMenu {
	font-size: 11px;
}
#navMenu h2 {
	font-size: 11px;
	font-weight: bold;
}
#menuList {
	display: inline;
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}
#menuHead {
	font-weight: bold;
	text-transform: capitalize;
	margin: 0px;
}

/* FOOTER */ 
#footer {
	font-size: 10px;
}

/* BREADCRUMBS */ 
#breadcrumbs {
	font-size: 10px;
	font-weight: bold;
}
#here {
	color: #ff1493;
}
#here a:link, #here a:visited, #here a:hover, #here a:visited:hover  { 
	color: #ff1493; 
	text-decoration: underline 
}
