BODY  {
	background-image : url("images/background.gif");
	font-family : Arial;
}

P  {
}

H1  {
	font-family : Monotype Corsiva; Arial;
	font-size : xx-large;
	color : #8080ff;
	font-weight : bold;
}

H2  {
	font-family : Arial;
	font-size : large;
	color : #8080ff;
}

H3  {
	font-family : Arial;
	font-size : x-large;
	color : Red;
	font-weight : bold;
}

H5	{
	font-family : Arial;
	font-size : small;
	color : #8080ff
}

H6  {
	font-family : Arial;
	font-size : xx-small;
}

A  {
	font-family : Arial;
	font-size : small;
}

A:Visited  {}

A:Active  {}

A:Hover  {
	color : #330066;
}

.footer  {
	font-size : xx-small;
	font-family : Arial;
	text-align : center;
}

#speciallink  {
	font-size : xx-small;
	color : Black;
	text-decoration : underline;
	font-style : italic;
}

.table  {
	background-color : White;
	bordercolor : "000000";
	border-style : double;
	border-color : #8080ff;
	font-size : small;
	
}
body {
padding: 1em;
}
#navigation {
font-size:90%
}
#navigation ul {
list-style: none;
margin: 0;
padding: 0;
padding-top: 1em;
}
#navigation li {
display: inline;
}
#navigation a:link, #navigation a:visited {
margin-right: 0.2em;
padding: 0.2em 0.6em 0.2em 0.6em;
color: #ffffff;
background-color: #9999ff;
text-decoration: none;
border-top: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
border-bottom: 1px solid #717171;
border-right: 1px solid #717171;
}
#navigation a:hover {
color: #000000;
border-top: 1px solid #717171;
border-left: 1px solid #717171;
border-bottom: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
}



