a:link{
	text-decoration: underline;
	color: #444466;
	font-family: "Times New Roman", Times, serif;
}

a:visited{
	color: #9999BB;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
	color: #808000;
}

.H1 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #666699;
}

.H2 {
	font-family: "Monotype Corsiva", Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	color: #808000;
}

.H3 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #666699;
}

.H4 {
	font-weight: bold;
	color: #808000;
}

.Q {
	font-size: large;
	font-style: oblique;
	font-weight: bold;
	color: #808000;
}

.A {
	font-size: large;
	font-style: oblique;
	font-weight: bold;
	color: #666699;
}

body {
	width: 85%;
	padding-left: 5%;
	color: #666699;
	text-align: center;
}

ul{
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: circle;
}

ul ul ul ul{
	list-style-type: square;
}

ul ul ul ul ul{
	list-style-type: disc;
}

.content {
	padding: 3px;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}

.masthead {
}

.picture-left {
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.picture-center {
	padding: 0px;
	margin: 5px;
}

.picture-right {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.underline {
	text-decoration: underline;
}
