a:link {  font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #0000FF; text-decoration: underline}
a:visited {  font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #0000FF; text-decoration: underline}
a:hover {  font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; color: #666666}
td {  font-family: Arial, Helvetica, sans-serif; font-size: x-small; font-weight: normal; color: #000000}
h1 {  font-size: x-small; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px}
/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 170px;
	border:1px solid black;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#navAlpha {
	position:absolute;
	width:150px;
	top:20px;
	left:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:2;


