H1 {
		font-family: Arial;
		font-size: x-large;
		font-weight: bold;
		color: #FFFF00;
		background: #0000FF;
		text-align: center;
		padding: 2pt;
		border-top: outset;
		border-bottom: inset;
		position: relative;
	}		
H2 {
		font-family: Arial;
		font-size: large;
		font-weight: bold;
		color: #FFFF55;
		background: #800000;
		text-align: center;
		padding: 1pt;
		border-top: outset;
		border-bottom: inset;
		position: relative;
	}		
H3 {		font-family: Arial;
		font-size: large;
		font-style: italic;
		color: #000000;
		text-align: center;
		border-top: inset;
		border-bottom: inset;
		position: relative;
	}		
A {
		font-family: Arial;
		color: #0000FF;
		text-decoration: underline;
		position: relative;
	}		
A:LINK {
		font-family: Arial;
		color: #0000FF;
		text-decoration: underline;
		position: relative;
	}		
A:VISITED {
		font-family: Arial;
		color: #800080;
		text-decoration: underline;
		position: relative;
	}		
B {		font-family: Arial;
		font-weight: bold;
		color: #000080;
		position: relative;
	}		
I {
		font-family: Arial;
		font-weight: bold;
		font-style: italic;
		position: relative;
	}		
LI  {		font-family: Arial;
		font-size: medium;
		color: #000080;
		position: relative;
	}		
P {		font-family: Arial;
		font-size: medium;
		color: #000080;
		position: relative;
	}		
TD {
		font-family: Arial;
		font-size: medium;
		color: #000080;
	}		
TH {
		font-family: sans-serif;
		font-size: medium;
		font-weight: bold;
		color: #FF0000;
		background: #FFFF00;
		text-align: center;
		position: relative;
	}		
PRE {		font-family: monospace;
		font-size: medium;
		background: #CCFFFF;
		position: relative;
		left: 1cm;
	}		
.first {	border-top: ridge;
		border-left: ridge;
		position: relative;
	}		
.last {		border-bottom: ridge;
		border-right: ridge;
	}	
