/* Created using Style Master from Western Civilisation CSS1 { 209 160 531 817 } */
body {font-family: Verdana, Helvetica, Arial, sans-serif;
#### starting bg color of page
background-color: #F0FcFc;
font-size: 1em;}
font-color: #FFFFFF;

####-----  starting bg color of cells   ff7d00

#navigator {background-color: #00008B;
width: 85%;
position: center;
top: 10px;
left: 10px;
padding: 1px;}

p.navlink {font-weight: plain;
text-align: center;
margin-bottom: 1px;
margin-top: 0px;}

p.navlink a {text-decoration: none;
display: block;

####----- text color
#color: #ff7d00;
color: #F0F78C;
# try yellow above , for text in nav cells
#color: #660000;
#color: #000080

#### bg color of table cell link
#background-color: #4c4c4c;
background-color: #A9A9A9;
padding-top: 2px;
padding-bottom: 2px;}

#### hilite color of table cell link
p.navlink a:hover {background-color: #333333;}
# above for dark gray text when hovering
#p.navlink a:hover {background-color: #000080;}
## try this above for dark blue bg

#p.navlink a:hover {background-color: #888888;}
p.navlink a:link span {display: none;}
p.navlink a:visited span {display: none;}


p.navlink a:hover span {font-size: .8em;
position: absolute;
top: 04em;
font-weight: normal;
display: block;}




  :link { color: rgb(255, 255, 253) }  /* for unvisited links */
  :visited { color: rgb(153, 150, 13) } /* for visited links */
  :active { color: rgb(255, 0, 102) } /* when link is clicked */
  :hover { color: rgb(50, 96, 55) } /* when mouse is over link */


P.indent	{
	text-indent:	1em;	/* indent first line */
	/* left and right indents remain at default */
	margin-top:		0em;	/* no space before para */
	margin-bottom:	0em;	/* no space after para */
	}
