﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
.highlightBox {
	border: 1px dotted #C0C0C0;
	background-color: #FFFF99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
