a {
	color: Black;
	}
a:link, a:visited {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a.button:link, a.button:visited, a.button:hover {
	text-decoration: none;
	}
a.button:hover {
	background-color: black;
	color: #C0D9D9;
	}
a.button {
	float: right;
	width: 8em;
	text-decoration: none;
	text-align: center;
	font-size: small;
	font-style: italic;
	color: Black;
	background-color: #C0D9D9; /* Light Steel Blue */
	padding: 0.2em 0.6em;
	border-right: 2px solid white;
	border-style: outset;
	}
h1 {
	font-style: italic; 
	text-align: left;
	margin-top: 0;
	}
h2 {
	font-style: italic; 
	text-align: center;
	margin-top: 0;
	}
h3 {
                font-style: italic;
                text-align: center;
                margin-top: 0;
                }
h6 {
	font-style: normal;
	text-align: center;
	}
li {
	display: block;
	list-style-type:none;
	font-size: small;
	}
li.navigator {
	display:inline;
}
p.center {
	text-align: center;
}
p.subnote {
	font-style: italic;
}
td.previous {
	font-size: large;
}
td.side {
	font-size: small;
}
ul {
	list-style-type: none;
	}
ul.navigator {
	float:right;
	padding:0;
	list-style-type:none;
        width:auto;
	}
