ul {
	list-style-type : circle;
	padding-bottom : 4px;
	padding-top : 4px;
}
h1 {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size: 125%;
	background-color : #FEFEEF;    /*off-white*/
	color : #0000BB;   /*text*/
	font-weight : bold;
	text-align : center;
	border-bottom-width : 1px;
	border-top-width : 0px;
	border-top : solid;
	border-bottom : solid;
	}
h2 {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size: 115%;
	background-color : #FEFEEF;    /*off-white*/
	color : #0000BB;   /*text*/
	font-weight : bold;
	text-align : left;
	text-decoration : underline;
	border-left : 1px solid #0000BB;
	}
body {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size: 85%;
	background-color : #FEFEEF;    /*off-white*/
	color : #0000BB;   /*text*/
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	}
table {
	font-size : 85%;
	font-family : Verdana, Tahoma, Arial, sans-serif;
	color : #0000BB;    /*text*/
}
/* Blue borders for cells */
td.blueborder {
	border-color : #0000BB;
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	border-style : solid solid solid solid;
}
/* Blue borders for cells */
td.bluebackground {
	border-color : #0000BB;
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	border-style : solid solid solid solid;
	background-color : #6666FF;
	color : #FEFEEF;
	font-weight : bold;
}
/* table links have no size - so they don't shrink too much....*/
a.c:link, a.c:active, a.c:visited  {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-weight: normal;
	color: #0000BB;
	text-decoration: none;
	background-color : #FEFEEF;
}
/* ....until hovered over*/
a.c:hover {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-weight: normal;
	color: #FEFEEF;
	text-decoration : none;
	background-color : #0000BB;
}
.fuller {
	font-size: 120%;
}