BODY {
	color: teal;
	background-color: #FFFF99;
	background-image: url(../obj/w6b.gif);
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: green;
	border-bottom-color: green;
}

H1 {
	color: #ff0080;
	text-align: center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size: 18pt;
	background-color: white;
	border-top-width: 3px;
	border-bottom-width: 5pt;
	border-top-style: ridge;
	border-top-color: #ff0080;
	border-bottom-color: #ff0080;
	margin-top: 30px;
	margin-bottom: 5px;
	vertical-align: sub;
}

H2 {
	color: teal;
	text-align: center;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	font-size: 16px;
	border-top-style: solid;
	border-top-color: silver;
}

H3 {
	color: teal;
	text-align: center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-top-style: solid;
	border-top-color: silver;
	font-size: 14px;
}

HR {
	color: teal;
	height: 3px;
}

P {
	color: black;
	font-size: medium;
	border-width: 2px 2px 2px 2px;
	border-style: none none dashed none;
	border-color: olive olive #800040 olive;
	margin-bottom: 5px;
	line-height: 2;
}

A {
	color: lime;
	text-decoration: underline;
}

A:VISITED {
	color: #FF9999;
	text-decoration: underline;
}

A:HOVER {
	color: #ff0b85;
	text-decoration: underline;
}

A:ACTIVE {
	color: #FFFFFF;
	text-decoration: underline;
}

UL {
	color: teal;
	list-style-image: url(l_p05.gif);
	list-style-position: outside;
}

TH {
	color: #FFFFCC;
	background-color: teal;
}

TD {
	color: black;
	background-color: white;
	font-size: 12px;
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
}

H4 {
	font-size: 11pt;
	text-align: right;
	color: teal;
	background-color: yellow;
	margin-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: ridge;
}

H5 {
	font-size: 12px;
	color: teal;
	text-align: left;
}

.navi {
	width: 700px;
	top: 5px;
	left: 5px;
}