BODY {
	background: #FFE0FF url(../../bg/w_si03.gif);
	color: #400040;
}
A {
text-decoration:none;
}

A:hover {
	color: #ff0000;
	background: #00ff00;
	font-style: italic;
	font-weight: bold;
}

H1 {
	background: #E000E0;
	text-align: center;
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	border-style: double double double double;
	border-width: thick;
	font-style: italic;
	font-weight: bold;
	font-size: 24pt;
}
H2 {
	background: #FFF0FF;
	color: #FF4040;
	padding-left: 5px;
	padding-top: 2px;
	border-bottom: solid #FF8040 medium;
	border-left: solid #FF8040 thick;
	text-indent: 30px;
	font-weight: bold;
}

H3 {
	color: #0000FF;
	background: #E0FFE0;
	padding: 2px 2px 2px 2px;
	border: solid #00F000 thin;
	font-weight: bold;
}

H4 {
	background: #FFFFC0;
	text-align: right;
	border-right: double #C000C0 medium;
	border-bottom: double #C000C0 medium;
}

H5 {
	color: #800080;
	cursor: n-resize;
	background: #F0F0FF;
	font-size: 10pt;
}

H6 {
	letter-spacing: 30pt;
	text-decoration: overline;
	background: #FF0000;
	color: #FFFFFF;
	font-style: italic;
}
