@charset "utf-8";
/* CSS Document */

body {	background-color: black;
	font-family: "Times New Roman", times, serif;
	color: #d6262c;
	font-size: 100%;
}



h1 {	font-size: 200%;
	text-align: center;
}

h2 {	font-size: 130%;
	text-align: center;
}

h3 {	font-size: 110%;
	text-align: center;
}

sup {	font-size: 65%;
 	vertical-align: top;
}

.centerimage {text-align: center;
	margin-left: 10%;
	margin-right: 10%;
}


a	{text-decoration: none;
	align: center;
} 

a:link {
	text-decoration: none;
	color: #3399ff;
}
	
a:visited {
	text-decoration: none;
	color: #9933ff;
}

a:hover {
	text-decoration: none;
	color: #bdc7d5;
}
a:active {
	text-decoration: none;
	color: #6495ed;
}

#main { margin-left: 10%;
	margin-right: 10%;
}


#left {
	text-align: left;
	float: left;
	margin-left: 5%;
}

#right {
	text-align: left;
	float: right;
	margin-right: 5%;
}

#bottom { 
	clear: both;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
}


#links {font-size:75%; 
	font-family: arial, helvetica, sans-serif;
}

#footer {font-size: 60%;
	font-family: arial, helvetica, sans-serif;
}

