body {
	background-color: #0000CC;
	font-family: arial;
	font-size: 13px;
}

.navlist {
	margin-top: 5px;
	margin-bottom: 5px;
}

.navhead {
	color: #ffffff;
	background: #000080;
	line-height: 25px;
	font-size: 13px;
}

.navcell {
	background: #ccccff;
	border: 1px solid #000080;
	border-width: 0px 1px 1px 1px;
	font-size: 13px;
}

.navitem {
	text-decoration: none;
}

A:hover {
	color: #ff0000; 
}

A:hover.navitem {
	color: #ff0000; 
	border-top-style: solid; 
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	background: #ffcc00;
}

A:active {color: #FF0000; text-decoration: none }

.contentcell {
	font-size: 13px;
	vertikal-align: top;
}

.contenthead {
	font-size: 16px;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
}

.contentsubhead {
	font-size: 14px;
	border-style: dashed;
	border-width: 0px 0px 0px 0px;
	text-align: left;
}

.footline {
	font-size: 10px;
	color: #000000;
}

.contenttable {
	border: 1px solid #000080;
	font-size: 13px;
	background: #ccccff;
}

P {
	margin-top: 1px;
	margin-bottom: 4px;
}

UL {
	margin-top: 1px;
	margin-bottom: 4px;
}.abc {
	list-style-type: lower-alpha;
}
