/********** Body and Misc **********/
html, body {
	margin: 0px;
	padding: 0px;
	background-color: #000066;
}
/********** Header **********/
#header {
	border-bottom: 2px dashed #ffffff;
	text-align: center;
}
#header img {
	margin-left: 2%;
	margin-right: 2%;
}
#header h1 {
	color: #ffffff;
	font-size: 50px;
	font-weight: bolder;
	font-style: italic;
	margin: 10px;
}
#header a {
	margin-left: 1%;
	margin-right: 1%;
	font-size: 18px;
}
#header a:link {
	color: #ff0000;
    font-weight: bold;
    text-decoration: none;
}
#header a:visited {
    color: #ff0000;
    text-decoration: none;
    font-weight: bold;
}
#header a:hover {
	color: #ff0000;
	text-decoration: underline;
}
/********** Content **********/
#content {
	text-align: center;
	color: #ffffff;
}
#content p {
	font-size: 25px;
}
#content h1 {
	color: #ff0000;
	font-size: 80px;
	font-weight: bolder;
	font-style: italic;
}
#content h1 img {
	border: 4px solid #ff0000;
}
#content h2 {
	color: #ff0000;
	font-size: 50px;
	font-weight: bolder;
	font-style: italic;
}
#content h3 {
	font-size: 30px;
	font-weight: bolder;
	color: #ff0000;
	margin: 20px;
}
#content h4 {
	color: #ff0000;
	font-size: 25px;
	margin: 20px;
}
#content li {
	list-style-type: none;
	font-size: 25px;
	
}
#content li img {
	border: 2px solid #ff0000;
}
#content tr {
	color: #FF0000;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
#content img {
	margin: 40px;
}
#content-captions {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 750px;
}
#content-captions-center {
	float: left;
	width: 650px;
	margin-bottom: 20px;
}
#content-captions-center-inner {
	font-size: 17px;
	color: #ff0000;
	font-style: italic;
	font-weight: bold;
}
#content-captions-prev {
	float: left;
	width: 50px;
}
#content-captions-next {
	float: right;
	width: 50px;
}
#content table {
	margin-left: auto;
	margin-right: auto;
}
#content-gallery-center img {
	width: 400px;
	height: 300px;
	border: 2px solid #ff0000;
}
#content-addendum {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 20px;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}
#content a:link {
	color: #ff0000;
    font-weight: bold;
    text-decoration: none;
}
#content a:visited {
    color: #ff0000;
    text-decoration: none;
    font-weight: bold;
}
#content a:hover {
	color: #ff0000;
	text-decoration: underline;
}
/********** Footer **********/
#footer {
	font-size: 18px;
	font-style: italic;
	text-align: center;
	color: #ffffff;
	border-top: 2px dashed #ffffff;
}