h1 {
		font-size : 19px;
		font-weight : bold;
}
body {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size: 13px;
	background-color : #FFFFFF;    /*white*/
	color : #000000;   /*black text*/
	margin-bottom : 10px;
	margin-left : 5px;
	margin-right : 5px;
	margin-top : 10px;
	}
table {
	font-size : 16px;
	color : #000000;    /*black text*/
}
td.blackborder {
	border-color : #000000;
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	border-style : solid solid solid solid;
}
a:link, a:active, a:visited  {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #0000FF;
	text-decoration : none;
}
/* ....until hovered over*/
a:hover {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #0000FF;
	text-decoration : underline;
}
a.b:link, a.b:active, a.b:visited  {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #0000FF;
	text-decoration : none;
}
a.b:hover {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #0000FF;
	text-decoration : underline;
}
li {
	list-style-type : none;
	font-size : 16px;
}