H1 {
	background: #6666FF;
	font-size : smaller;
	font-variant : small-caps;
	color : White;
	border : thin outset #6699CC;
}

H2 {
	font-family : sans-serif;
	font-size : medium;
	text-align : justify;
	border : thin solid;
	padding : 20;
	line-height : 1.5em;
	background : #F5F5F5;
	font-weight : normal;
}

H3 {
	font-family : sans-serif;
	font-size : smaller;
	text-align : left;
	border : thin solid;
	padding : 12;
	background : Silver;
	font-weight : normal;
}


.fine {
	font-size : smaller;
}


BODY {
	font-family : Verdana, Arial, sans-serif ;
	scrollbar-3d-light-color : #3366FF;
	scrollbar-arrow-color : #3366FF;
	scrollbar-base-color : #0000CC;
	scrollbar-dark-shadow-color : #3366FF;
	scrollbar-face-color : #0000CC;
	scrollbar-highlight-color : #3366FF;
	scrollbar-shadow-color : #3366FF;
}

A {
	text-decoration:none;
	color: Blue;
	}



A:Hover {
	text-decoration: none;
	color: #CC6600;
}
HR {
	color: blue;
	height: 1pt;
}

