BODY {
	color: Black;
	background-color: White;
	font-family: Arial, sans-serif;
	font-size: medium;
	}
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.quote { 
text-align:center;
font-size:x-small;
}
.code {
	font-family:Verdana, sans-serif;
	font-size:small;
}
div.moddate {
	font-size: xx-small;
	vertical-align: bottom;
	bottom: 1px;
	position: absolute;
	right: 1px;
	text-align: right;
}
h1 {
	font-family: sans-serif;
	text-align: center;
	font-size: large;
}
h2 {
	font-style: italic;
	font-size: larger;
	text-align: left;
}
h3 {
	font-weight: bold;
}

ul {
	list-style-type: circle;
}



A {
	color:Blue;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}


A:HOVER {
	color:red;
	background-color: Silver;
}
