body {
	background: url( bg1.png ) white;
	color: black;
	font-family: Verdana, Georgia, "Times New Roman", sans-serif;
}
body.font.sample {
	background: url( bg1.png ) white;
	color: black;
	font-family: "Comic Sans MS", Verdana, Georgia, "Times New Roman", sans-serif;
}
.center  { text-align: center; margin-left: auto; margin-right: auto; width: auto }
address {font-size: smaller }
li { margin-left: 0;
	margin-right: 0
}
table ul, ul { 
	list-style-type: circle;
	font-size: small;
	margin-left: 0;
	margin-right: 0;
}
ul.noneM0 {
	list-style-type: none;
	font-size: small;
	margin-left: 0;
	margin-right: 0 }
a:hover {
	text-decoration: none;
	color: black;
	background: red
}
dfn {
	font-style: normal;
	font-weight: bolder
}
var sub { font-style: normal }
