body {
	background-color:#FFFFFF;
}
h4.section {margin-top:1em; font-style: italic; color: blue;}
li {margin-top:0.4em; }
.figure {
  text-align: center;
  font-size: small;
  width: 100px;
}
.table1 {
	width:500px;
	border-collapse:collapse;
    border:1px solid #000000; 
}
.table1 th {
	border:1px solid #000000; 
}
.table1 td {
	border:1px solid #000000; 
}
.hdg {font-weight: bold; margin-bottom: 2em;}
.alignright {float:right; margin: 5px 0 20px 20px;}
.nav {text-align: right; font-size:small; }
.bottomr {text-align: center; font-style:italic; font-size:small; }
.status {font-style:italic; font-size:small; color:#AA4466; }

a.mn:active {color: yellow; text-decoration: none; }
a.mn:link {color: yellow; text-decoration: none; }
a.mn:visited {color: silver; text-decoration: none; }
a.mn:hover {color: white; text-decoration: underline; }

a:link {color: blue; text-decoration: none; }
a:visited {color: red; text-decoration: none; }
a:hover {color: green; text-decoration: underline; }

a.hd:link {color: yellow; text-decoration: none; }
a.hd:visited {color: yellow; text-decoration: none; }
a.hd:hover {color: yellow; text-decoration: none; }

img.floatRight { 
    float: right; 
    margin: 15px; 
}
