#navlist li
{
display: inline;
/* for IE5 and IE6 */
}

#navlist
{
width: 7em;
/* to display the list horizontaly */
font-family: sans-serif;
margin: 0 0 0 0em;
padding: 0;
}

#navlist a
{
width: 99.99%;
/* extend the sensible area to the maximum with IE5 */
display: block;
border-bottom: 1px #ffffff solid;
text-align: left;
text-decoration: none;
color: #0099FF;
padding-left:10px;
}

#navlist a:hover { background-color: orange; 
Color:#CC3300; }
#navlist a:visited { color: #0099FF;}
#current {background-color: orange;}

a {
      text-decoration:none;
}

a:hover {
      text-decoration: underline;
}

a:link{ 
color: #0099FF;
}


.ItalicMediumArielType {
	font-family: Ariel;
	font-size: medium;
	font-style: italic;
	color: #FFFFFF;
}
.ureadingsbodytext {
	font-family: Ariel;
	font-size: 14px;
	font-style: normal;
}
.arielsbodytext16pts {
	font-family: Ariel;
	font-size: 16px;
	font-style: normal;
}
.papyrusheadertapes {
	font-family: Papyrus;
	font-size: 24px;
}
.papyrusheader {
	font-family: Papyrus;
	font-size: 36px;
}
