P {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : .8em;
	letter-spacing : .8px;
}
H1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 2em;
	font-weight : bold;
	color : Black;
}

H2{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.2em;
	font-weight : bold;
	color : Black;
}

H3
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1em;
	font-weight : bold;
	color : Black;
}
H4
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : .8em;
	letter-spacing : .8px;
	font-weight : bold;
}
A:LINK {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : .9em;
	letter-spacing : .8px;
	color : #666699;
	text-decoration : underline;
	font-weight : normal;
}

A:VISITED {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : .9em;
	letter-spacing : .8px;
	color : #666699;
	text-decoration : underline;
	font-weight : normal;
}

A:HOVER {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : .9em;
	letter-spacing : .8px;
	color :#FFFFFF;
	text-decoration : none;
	font-weight : normal;
	background : #666699;
}

A.menu {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : .9em;
	color : #FFFFFF;
	text-decoration : none;
	font-weight : bold;
	background : #666699;
}
A:HOVER.menu {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : .9em;
	color : #FFFFFF;
	text-decoration : underline;
	background : #666699;
	font-weight : bold;
}
A:VISITED.menu {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : .9em;
	color : #FFFFFF;
	text-decoration : underline;
	font-weight : bold;
	background : #666699;
}

#navcontainer ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #CCCCCC;
color: #FFF;
width: 100%;
font: normal 90% arial, helvetica, sans-serif;
text-align: center;
}

li { display: inline; }

li a
{
text-decoration: none;
background-color: #CCCCCC;
color: #FFF;
padding: .2em 1em;
border-right: 1px solid #fff;
}

li a:hover
{
background-color: #CCCCCC;
color: #fff;
}

