body  {
	background-color: white;
	margin-right: 10 px;
	margin-top: 10 px
	margin-bottom: 10 px;
	font-family: Arial,Helvetica;
	color: black;
}

a:link   { 
	/* must be the first of the a: styles */
	color: #000066; 
	text-decoration: none;
}

a:visited   { 
	color: #707070;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}
 
a:hover   { 
	color: red;
	text-decoration: none;
}

a.menu:link, a.menu:visited {
	/* must be the first of the a.menu: styles */
	color: #000066; 
	text-decoration: none;
}

a.menu:hover   { 
	color: red;
	text-decoration: none;
}

td {
	margin:0 px; text-align: left;
	font-family: Arial,Helvetica;
	font-size: x-small;
	color: black;
	background-color : #bbbbbb;
	
}

td.text {
	padding-right: 10 px;
	padding-bottom: 10 px;
}

td.white {
	background-color : white;
}

td.blue {
	background-color : #000066;
}

td.menu, div.menu { 
	font-size: xx-small;
	/*font-style: italic;*/
	color: black; 
	padding-left: 1 px;
	padding-top: 1 px;
}

td.screenblue  { 
	color: gray; 
	background-color: white;
	font-size: 6 pt;
	padding-left: 2 px;
}

ol  {
	list-style: decimal;
	margin-left: 12 pt;
}

h1  {
	font-size: small;
	font-weight: bold;
	margin-bottom: 1 em;
	margin-top: 1 em;
}
