body {
	font-family: "Courier New", Courier, monospace;
	color: white;
	background-color: black;
}

td {
	font-family: "Courier New", Courier, monospace;
}

th {
	font-family: "Courier New", Courier, monospace;
}

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

}

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

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

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


#page {
width: 800px;
margin-left: auto;
margin-right: auto;
margin-top: -10px;
margin-bottom: -10px;
text-align: center;
background-color: black;
}

#page2 {
width: 1200px;
margin-left: auto;
margin-right: auto;
margin-top: -10px;
margin-bottom: -10px;
}

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

}

#content2 {
width: 1200px;
margin-left: 100px;
margin-right: auto;

}

#content-left {
width: 250px;
float: left;
margin-left: 100px;

}

#content-right {
width: 250px;
float: right;
margin-right: 100px;

}

#content-center {
width: 800px;
text-align: center;
}
h2 {
font-size: medium;
}

p {
text-align: left; 
}

t3 {
font-style: italic;
}

img {
border: 0px; 
}

