body {
	background-color: #333333;
	color: black;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	
}
#header {
	width: 900px;
	background-color: white;
	color: #08366A;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
/*	margin-top: 2%;
	margin-right: 5%;
	margin-left: 5%; */
}

#container {
	padding-top: 18px;
	padding-bottom: 20px;
	width: 900px;
	background-color: #808080;
	color: white;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
h1 {
	color: #00ffff;
	font-size: 36pt;
	font-style: oblique;	
}


h2 {
	color: white;
	font-size: 24pt;
	text-decoration: underline;
}
h3 {
	color: white;
	font-size: 20pt;
	text-decoration: underline;
}
table {
	width: 900px;
}
p#credits {          /* used */
	vertical-align: middle; 
	text-align: center; 
	color: #1e446e; 
	letter-spacing: 0.25em;
	border-bottom: 3px solid #1e446e;
	margin-top: 10px;
	margin-bottom: 20px; 
}
p {
	font-size: 18pt;
	color: black;
	margin-right: 10%;
	margin-left: 10%;
}
hr {
	color: #08366a;
	height: 4px;
} 
.imgpad {
	padding-right: 20px;
	padding-left: 20px;
}
.lilmar {
	font-size: 18pt;
	color: black;
	text-align: left;
	margin-right: 4px;
	margin-left: 14px;
}
.sidenote {
	font-size: 18pt;
	color: black;
	text-align: left;
	margin-right: 4px;
	margin-left: 4px;	
}
.nar {
	color: #6e1d41;
	height: 2px;
}
.left {
	float: left;
 	margin-right: 8px;
	margin-left: 8px;		
	
}
.ctr {
	text-align: center;
}
.right {
	float: right;
}
.jus {
	text-align: justify;
}
.label {
	color: white;
	font-size: 14pt;
}
.unline {
	text-decoration: underline;
}
.red {
	color: #00ffff;
	font-size: larger;
	text-align: center;
}
.large {
font-size: 20pt;
font-weight: bold;
letter-spacing: 0.25em;
}
a:link {
background-color: transparent;
color: #660066;  /* purple */
text-decoration: none;
font-weight: normal;
padding-right: 10px;
padding-left: 10px;
}

a:visited {
color: #dab51f;
background-color: transparent;
text-decoration: none;
font-weight: normal;
padding-right: 10px;
padding-left: 10px;
}

a:hover {
color: #ff0000;
background-color: transparent;
text-decoration: underline;
font-weight: bold;
padding-right: 10px;
padding-left: 10px;
}
