
H1 {
	color: gray;
	text-align : center;
	font : normal;
	font-family : Verdana, Arial, sans-serif;	
	font-size: small;
	font-weight : bold;
	font-family : sans-serif;
} 

H2 {
	background : silver;
	color : White;
	font-size: x-small;
	margin-top: auto;
} 

BODY {
	scrollbar-3d-light-color : #999999;
	scrollbar-arrow-color : #999999;
	scrollbar-base-color : #666666;
	scrollbar-dark-shadow-color : #999999;
	scrollbar-face-color : #666666;
	scrollbar-highlight-color : #999999;
	scrollbar-shadow-color : #999999;
	font-family : Verdana, Arial, sans-serif;
	background : White;
	font-size: x-small;	
}

P {
	text-align : justify;
	color : Black;
	font-size: x-small;
}

UL {
	text-align : justify;
	color : Black;
	font-size: x-small;
}

OL {
	text-align : justify;
	color : Black;
	font-size: x-small;
}

TABLE.visible {
	font-size: x-small;	
}

TD.visible {
	border: solid Silver;
}

TABLE.table {
	border: 1 solid;
	width: 80%;
	border-style : solid solid solid solid;
	border-width : 1;
}