<style type="text/css">

/* so why is the first declaration ignored ? */
.dummy   {color: white}
.rd	     {color: #f33} /* med dark red */
.medGr    {color: #996} /* med gray-olive green*/
.grLt   {color: #cc9} /* lt olive green */
.ltgray  {color: #ccc} /* lt gray */
.grDk    {color: #060} /* dark bright olive green */
.bl	     {color: #036} /* med dark blue */

body {
		margin-left: 5%;
		margin-right: 5%;
		font-family: verdana, arial, sans-serif;
		background: ghostwhite;
		color: black;
		}
body.archive {
		margin-left: .5em;
		margin-right: .5em;
		font-family: verdana, arial, sans-serif;
		background: beige;
		color: black;
		}
/* Nav4.08 ignores font-family in body declaration */
p, td, ul, dl {font-family: verdana, arial, sans-serif}

.bar {
	background: #f33;  /* red */
	font-weight: 400;
	font-family: "comic sans ms";
	font-style: normal;
	}
.nav {
	background: #cc9;  /* med olive green*/
	font-weight: 600;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	}
.nav2nd {
	background: #996;  /* lt olive*/
	font-size: 80%;
	font-weight: 600;
	text-align: left;
	font-family: verdana, arial, sans-serif;
	}
.nav2bot {
	background: #ccc;
	font-size: 80%;
	font-weight: 600;
	text-align: right;
	font-family: verdana, arial, sans-serif;
	}
.nav2top {
	font-weight: 600;
	text-align: right;
	font-size: smaller;
	font-family: verdana, arial, sans-serif;
	clear: both;
	}
a:link {
	color: blue;
	text-weight: 600;
	font-style: normal;
	}
a:visited {
	color: red;
	font-style: italic;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
	font-family: "comic sans ms", bodoni, bookman, serif;
	}
h1 {font-size: 180%}
h2 {font-size: 160%}
h3 {font-size: 140%}
h4 {font-size: 120%}
h5 {font-size: 100%}
h6 {font-size: 80%}

.pgTitle {
	color: #060;
	text-align: center;
	}
.scoutYr {
	color: #036;
	font-size: smaller;
	font-weight: 500;
	font-family: verdana, arial, sans-serif;
	}
.blCenter {
	color: #036;
	text-align: center;
	}
.grCenter {
	text-align: center;
	font-size: 80%;
	font-weight: 600;
	color: #060; /* dark olive green */
	}
.grBold {
	font-weight: 600;
	color: #996; /* med olive green */
	}
.gyDk {
	color: #333;
	font-weight: 600;
	}
.xtraBold {
	color: #f33;
	font-weight: 800;
	}
.marginsIn {
	margin-left: +3em;
	margin-right: +3em;
	}
.noLabel {
	list-style: none;
	}
.shortHR {
	width: 20em;
	align: center;
	}
.footer {
	clear: both;
	font-size: 80%;
	font-style: italic;
	text-align: center;
	}	
.right	{text-align: right}
.left		{text-align: left}
.center {text-align: center}
.bold 	{font-weight: 700}
.italic	{font-style: italic}
.small  {font-size: 80%}
	
</style>
