body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #fff;
	}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	text-align: center;
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	text-align: center;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
table,tr,td {
	font-size: 1.0em;
	line-height: 1.5em;
	}
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.5em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p,blockquote {
	font-size: 1.0em;
	line-height: 1.5em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {
	font-family: monospace;
	font-size: 1.1em;
	}
strong, b {
	font-weight: bold;
	}
.large {
       font-size: 1.2em;
       margin: 1.2em 0em 1.2em 0em;
}
.big {
       font-size: 1.4em;
       margin: 1.2em 0em 1.2em 0em;
}
.huge {
       font-size: 1.7em;
}
.title {
       font-weight: bold;
       text-align: center;
}
.error {
       color: red;
}

/* Link colors added 2/21/2023 by vm: 
/* unvisited link */
a.profile:link {
  color: black;
  text-decoration: none;
}

/* visited link */
a.profile:visited {
  color: #880088;
  text-decoration: none;
}

/* mouse over link */
a.profile:hover {
  color: #00CC00;
  text-decoration: none;
}

/* selected link */
a.profile:active {
  color: #00CC00;
  text-decoration: none;
}
