BODY {
	background-color : Silver;
}
A {
	color: Green;
	text-decoration: none;
	font : small Verdana, Geneva, Arial, Helvetica, sans-serif;
}
A:ACTIVE{
	color: Green;
}
A:LINK{
	color: Green;
}
A:VISITED{
	color: darkgreen;
}
A:HOVER{
	color: darkorange;
}
A:FOCUS{
	color: darkorange;
}

.header {
	background-color: gray;
	font: x-small Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: LightSlateGrey;
}
.headerText {
	font-size : x-small;
	color : lightgrey;
	text-align: left;
	text-indent: 8px;
}


.navigation {
	border-color: #191970;
}
.nav {
	background-color: teal;
	font:small;
	color: white;
}
.navurl {
  font-size: 14px;
	color: white;
	text-indent: 2;
}
.active {
	background-color: orange;
}
.inactive {
	background-color: #4169E1;
}


BLOCKQUOTE{
	font: x-small;
	font-family: "Courier New", Courier, monospace;
	color : darkgrey;
}

P{
	color: black;
	font : small Verdana, Geneva, Arial, Helvetica, sans-serif;
}
P.norm:first-line { font-weight:normal }
P.norm:first-letter { font-weight: bold; font-size:120%; color:green }



LI{
	font-size: x-small;
	color : LightSlateGray;
}
.lihref{
	color: Green;
	text-decoration: none;
	font : small Verdana, Geneva, Arial, Helvetica, sans-serif;
}
OL{
	font-size: x-small;
	color : LightSlateGray;
}
UL{
	font-size: x-small;
	color : LightSlateGray;
}

.textbanner {
	font : 100 x-large Skia, Verdana;
	color : darkorange;
	text-align: center;
}

.help {
	font-size : xx-small;
	color : #B8860B;
	text-align: center;
}
.me {
	font-size : xx-small;
	color : #B8860B;
	text-align: right;
}
