/* First one is throwaway for Netscape prior to 7.0 */
p.dummy {
	font-family: "Times New Roman", Times, serif;
}
/*
A:link    {color: navy;
           text-decoration: underline}
A:visited {color: Teal;
           text-decoration: underline}
A:active  {color: red;
           text-decoration: underline}
A:hover   {color: navy;
           text-decoration: underline}
*/
BODY      {font-family: "Lucida Sans Unicode", Verdana, Geneva, Arial, Helvetica, sans-serif;
           margin: 0 auto auto 90px;
           color: black;
			  background: White url(../images/backflex.jpg) repeat-y;
}
           
CODE      {font-family: "Courier New", Courier, Monaco, monospace}

.note { font-size: smaller; }

li {
	list-style-image: url(../images/redbut2.gif);
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
/*	font-size: smaller; */
	border: 2px solid Navy;
}

a.nav:link, a.nav:visited, a.nav:active {
	text-decoration: none;
	font-style: normal;
	border: none;
	color: Navy;
}

a.nav:hover {
	text-decoration: none;
	font-style: normal;
	border: none;
	color: Navy;
	background-color: #EBEBEB;
}


