a {
  /* link colour */
  font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
/*  color: purple; */
	text-decoration: none;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 800;
	color: red;
	text-align: center;
	margin-top: 2px;
	margin-bottom:4px;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
/*	text-transform: capitalize; */
	color: #006633;
	text-align: center;
}

.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #0000ff;
	text-decoration: none;
}

.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

.boldblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #0000ff;
	text-align: center;
}

.boldblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	text-align: center;
}

.smallgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
	color: #666699;
	text-decoration: none;
}

.body {
  /* background-color: #99CCFF; */
  background-color: yellow;
}

.li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	color: #0000FF;
	list-style-type: disc;
	text-align: left;
}

.licentered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	color: #0000FF;
	list-style-type: disc;
	text-align: center;
}

.date {
	font-family: Arial, Helvetica, sans-serif;
	color: #006633;
	text-align: center;
	font-size: 11px;
	font-style: italic;
}

.cyanbox {
	background-color:#DDDEF5;
	border: medium groove #0066FF;
	padding:5px;
}

.cyanboxnb {
	background-color:#DDDEF5;
}

.orangebox {
  font-size: 16px;
  font-weight: bold;
  color: #3300CC;
	border: medium groove #FFCC00;
	text-align: center;
	background-color: #FFCC66;
	padding:5px;
}

.orangeboxnb {
	text-align: center;
	background-color: #FFCC66;
}

.yellowbox {
	border: medium groove #FFFF66;
	text-align: center;
	background-color: #FFFFCC;
	padding:5px;
}

.yellowboxnb {
	text-align: center;
	background-color: #FFFFCC;
}

.palegreenbox {
	border: medium groove #99FF33;
	text-align: center;
	background-color: #CCFF99;
	padding:5px;
}

.palegreenboxnb {
	text-align: center;
	background-color: #CCFF99;
}

.lilacbox {
	border: medium groove #0033CC;
	text-align: center;
	background-color: #CC99FF;
	padding:5px;
}
