body {
	font-family: "Lucida Console", Monaco, monospace;
	color: gray;
	background-color: black;
}

td {
	font-family: "Lucida Console", Monaco, monospace;
}

th {
	font-family: "Lucida Console", Monaco, monospace;
}

a {
font-weight: bold;
color: white;
text-decoration: none;

}

a:visited {
color: white;
text-decoration: none;
}

a:hover {
color: gray;
text-decoration: none;
}

a:active {
color: white;
text-decoration: none;
}

#header {
margin-left: 100px;
margin-top: 100px;
margin-bottom: 50px;
text-align: left;
background-color: black;
}

#page {
width: 70%;
max-width: 960px;
margin-left: 100px;
margin-right: 100px;
background-color: black;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

img {
    width: 100%;
    height: auto;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#half-page {
width:460px;
margin-left: 100px;
background-color: black;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
float: left;
}

#half-page-right {
width:500px;
margin-left: 50px;
float: left;
background-color: black;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
float: left;
}

#content {
width: 960px;
height: 1200px;
text-align: center;
background-color: black;
}

#content2 {
width: 960px;
margin-left: 50px;
margin-right: auto;

}

#content-left {
width: 160px;
float: left;
margin-left: 100px;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: small;
}

#content-right {
width: 800px;
margin-left: 50px;
float: left;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;

}

#content-center {
width: 750px;
text-align: center;
}



h2 {
font-size: medium;
}

p {
text-align: left;
}

t3 {
font-style: italic;
}

img {
border: 0px;
}


<!--for use with archive experimental

div.img
{
  margin: 0px;
  border: 0px;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}
div.img img
{
  display: inline;
  margin: 3px;
  border: 0px;
}

div.desc
{
  text-align: center;
  font-weight: normal;
  width: 420px;
  margin: 2px;
font-style: italic;
}

div.img {
    margin: 5px;
    padding: 5px;
    border: 1px solid #0000ff;
    height: auto;
    width: auto;
    float: left;
    text-align: center;
}

div.img img {
    display: inline;
    margin: 5px;
    border: 1px solid #ffffff;
}

div.img a:hover img {
    border:1px solid #0000ff;
}

div.desc {
    text-align: center;
    font-weight: normal;
    width: 120px;
    margin: 5px;
}

-->
