body
{
	color: #ffff99;
	font-family: Sans-Serif;
	background-color: #505050;
}

h3
{
	/*color: #0010df;*/
	color: #0020e0;
	
}



/*
.menuTable { background-color: Crimson; font-size: 14pt; }
.menuTitle { background-color: White; font-style: italic; font-weight: bold; font-size: 18pt; }
.menuActive { background-color: LightPink; color: Crimson; }

*/


.menuTable
{
	font-size: 14pt;
	text-align: center;
}
.menuTitle { background-color: White; font-style: italic; font-weight: bold; font-size: 18pt; }

.menuInactive
{
	border-right: outset;
	border-top: outset;
	border-left: outset;
	border-bottom: outset;
	background-color: #707070;
}

.menuActive
{
	border-right: inset;
	border-top: inset;
	border-left: inset;
	color: blanchedalmond;
	border-bottom: inset;
	background-color: black;
}

.menuCell
{
	cursor: hand;
}
.menuCell:link { color: #ffff00; }
.menuCell:visited { color: #ffff00; }
.menuCell:hover { color: Red; }
.menuCell:active { color: White; }

.menuLink { text-decoration: none; cursor: hand; }
.menuLink:link { color: Black; }
.menuLink:visited { color: Black; }
.menuLink:hover { color: Red; }
.menuLink:active { color: White; }

/*
.menuTable
{
	font-size: 14pt;
	color: black;
	background-color: #0066ff;
	text-align: center;
}

.menuTitle { background-color: White; font-style: italic; font-weight: bold; font-size: 18pt; }
.menuActive
{
	color: navy;
	background-color: #ffcc66;
}

.menuCell { text-decoration: none; cursor: hand; }
.menuCell:link { color: Crimson; }
.menuCell:visited { color: Crimson; }
.menuCell:hover { color: Red; }
.menuCell:active { color: Green; }

.menuLink { text-decoration: none; cursor: hand; }
.menuLink:link { color: White; }
.menuLink:visited { color: White; }
.menuLink:hover { color: Red; }
.menuLink:active { color: Green; }
*/
/*
.body
{
	color: #91ddff;
}
*/

a:link {color:Yellow;}
a:visited
{
	color: #0080ff;
}

.shadow
{
	width: 100px;
	filter: shadow(color=DarkGray, direction=135);
}
.title
{
	font-family: 'Viner Hand ITC';
	font-size: xx-large;
	color: #707070;
}

.redletter:first-letter
{
	font-size: xx-large;
	float: left;
}

.billboard TD
{
	background-color: #0010df;
}

.billboard a:visited
{
	color: gainsboro;
}

.billboard
{
	font-size: smaller;
	color: white;
	font-family: Arial, Sans-Serif;
}

.border
{
	border-left-color: blue;
	border-bottom-color: blue;
	border-top-style: groove;
	border-top-color: blue;
	border-right-style: groove;
	border-left-style: groove;
	border-right-color: blue;
	border-bottom-style: groove;
}

.heading
{
	font-family: Cursive;
}
pre
{
	color: white;
}

/*  ORIGINAL ADVICE FROM INTERNET...
#nav2 {
background-color: silver;
border: solid 1px gray;
width: 8em
}

#nav2 ul {
list-style-type: none;
margin: 0;
padding: 0;
border: none
}

#nav2 li {
margin: 0;
padding: 0.25em 0.5em 0.25em 1em;
border-top: 1px solid gray;
width: 100%;
display: block
}

html>body #nav2 li {
width: auto;
}

#nav2 li:first-child {
border: none
}
*/

ul#nav2 {
list-style-type: none;
margin: 0;
padding: 0;
border: none
}

#nav2 li {
margin: 0;
padding: 0.25em 0.5em 0.25em 1em;
border-top: 1px solid gray;
width: 100%;
display: block
}

html>body #nav2 li {
width: auto;
}

#nav2 li:first-child {
border-top: none
}

