h2 {
	font-family: "Times New Roman", Times, serif;
	color: Red;
	font-weight : bold;
	text-align : center;
	font-size : 1.2em;
}
a:link       { color: #0000FF }
a:visited    { color: #0000FF }
a:hover      {
	color : #FF0000;
	text-decoration : none;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	color : Blue;
	font-weight: bold;
	font-size : 1.0em;
}
p, ul, dl, ol{
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	font-size : .8em;
}
dt {font-weight : bold;
	color : Green;
}
.picleft {
	float: left;
	margin: 0 10px 10px 0;
}
.picright {
	float: right;
	margin: 0 0 10px 10px;
}