body {
	font-family : sans-serif ;
}

li{
	list-style-type: square;
}
 
A {
	color: blue;
	text-decoration: none;
}

A:Hover {
	color: red;
	text-decoration: underline;
	}

H1, H2, H3, H4 {
	background-color: Silver;
	color: black;
	width: 100%;
	font-size: small;
	border: thin ridge;
}

TH { background-color: #FAEBD7;
font-size: smaller;
	
}

.small {
	font-size: xx-small;
}

.updated {
	background-color: Silver;
	border: thin dashed;
	font-size: xx-small;
	float: right;
	padding: 3px;
	text-align: right;
}
td {
	font-size: smaller;
}

.nolink {
	color: Gray; 
}