BODY,P,UL,LI,H1,H2,H3,A {
	font-family : sans-serif;
	font-size : small;
}

H1,H2,H3  {
	color : '#000080';
	font-size : x-large;
}

H2  {
	font-size : large;
}

H3  {
	font-size : medium;
}

A  {
	text-decoration : none;
}

A:Visited  {
	color : #800080;
}

A:Active  {}

A:Hover  {
	color : Navy;
}

.ul1  {
	list-style-image : url("flash1.gif");
}

.ul2  {
	list-style-image : url("flash2.gif");
}

.header  {
	background-color : #FF8000;
}

UL  {
	margin-left : 15px;
}

.textblock  {
	background-color : White;
}

.navigation {
	font-size : x-small;
	font-weight: bold;
	width: 100px;
	padding : 5px;
	background-color : #FF8000;
}

PRE  {
	font-family : monospace;
}

.hidden  {
	display : none;
	position : absolute;
	margin : 10px;
	padding : 5px;
	border-width : thin;
	border-style : inset;
	background-color : #FFFFFF;
	border-color : #808080;
	font-size : x-small;
}

.navigation A:Hover {
	border-style: inset;
	border-width: 0px;
	width: 100px;
	background-color : #FFFFFF;
}


