/* Style Sheet */

BODY {	color: #223340; background: #FFFFFF;}
H1 {    color: #FFFFFF;
        background-color: #5555CA;
	padding: 20 40 20 40;
	width: 50%;
	border: 1px none #5555AA;
	font-weight: bold;
	text-align: center;
	filter: Alpha(opacity=100,finishOpacity=00,style=2); }
H2 {    color: #FFFFFF;
	background-color: #6565BA;
	width: 40%;
	padding: 20 40 20 40;
	border: 1px none #5555AA;
	font-weight: bold;
	filter: Alpha(opacity=100,finishOpacity=00,style=2);
	text-align: center; }
H3 {    color: #FFFFFF;
	background-color: #6565BA;
        padding: 3px 10px 1px 10px;
	width: 100%;
	border: 1px none #000000;
	font-weight: bold;
	text-align: left; }
H4 {    color: #FFFFFF;
	background-color: #5555AA;
	padding: 2 2 2 4;
	width: 100%;
	border: 1px none white;
	font-weight: bold; }
H5 {    font-size: 1em;    font-weight: bold;}
A:link {	color: #0000B0;	text-decoration: none;}
A:visited {	color: #200099;	text-decoration: none;}
A:active {text-decoration: none; color:#FF0000; }
A:hover {text-decoration: underline; color: #FF8080;}
H2 A:link {	color: #200099;}
H2 A:visited {	color: #DFDFFF;}
H3 A:link {	color: #FFFFFF;}
H3 A:visited {	color: #DFEFFF;}
H3 A:active {text-decoration: none;  color:#FF0000; }
H3 A:hover {text-decoration: none; color:#FF8080; }
H4 A:link {	color: #FFFFFF;}
H4 A:visited {	color: #FFFFFF;}
.p {	margin-left: 30px;
	margin-right: 30px;}
.s {	margin-left: 60px;
	margin-right: 30px;}
DIV.i { /* Indent */
	margin-left: 30px;
	margin-right: 30px;}
PRE.c { /* Code */
	border: 1px solid gray;
	padding: 5px;
	white-space: pre;
	width: 100%;}
DIV.c { /* Code */
	border: 1px solid gray;
	padding: 3px;
	width: 100%;}

