H1 {
        font-style:  italic;
        font-size:   200%;
	text-align:  center;
        color:       #0000aa;
}

H2 {
        font-size:  110%;
	text-align: left;
	color:      #ffffff;
        background: #9955aa;
        padding:    0.2em;
        border:     0.2em;
        width:      100%;
}

P.LINK {
        padding-left:  0em;
}

P {
	text-indent:   1em;
        line-height:   118%;
        width:         100%;
}

PRE {
	border:4px #888888 groove;
	background-color: #ddeeff;
	margin-left: 8em;
	margin-right: 8em;
	white-space: pre;
	padding:    0.4em;
	padding-left:  1em;
	padding-right: 1em;
	display: block;
}

HR {
	padding-top:    0.8em;
	padding-bottom: 0.3em;
        width:          100%;
}

TH {
	background: #ABCDEF;
	text-align: center;
}

TD {
	background: #CCCCCC;
	text-align: center;
}
