p  {	font: 14px Arial, sans-serif;
	color: #0000FF;
	margin: 10px; }

/* Page headings */
h2 {	font: 24px "Century Schoolbook", serif;
	color: #0000FF;
	text-align: center; }

/* Page sub-headings - centered */
h3 {	font: 20px "Times New Roman", serif;
	color: #0000FF;
	text-align: center; }

/* Page sub-headings - left justified */
h4 {	font: 20px "Times New Roman", serif;
	color: #0000FF;
	text-align: left;
	text-decoration: underline; }

table {	border: 1px solid gray; }
th {	font: 16px "Times New Roman", serif;
	font-weight: bold;
	color: #0000FF;
	padding: 2px;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 2px solid black; }
td {	font: 14px "Times New Roman", serif;
	padding: 2px;
	border: 1px solid gray;
	color: #0000FF; }

ul {	font: 14px Arial, sans-serif;
	color: #0000FF; }
ol {	font: 14px Arial, sans-serif;
	color: #0000FF; }

a:link { color: #800000; }
a:active { color: #800000; }
a:visited { color: #800000; }
a:hover { color: #FF0000; }

/* Class definitions */
.comment {
	color: #000000;
	font: 16px "Times New Roman", serif;
	padding-bottom: 10px;
	border-bottom: 1px solid;
	margin-bottom: 2em; }


