body {
	text-align: center;
	background-color: Black;
	line-height: 30px;
}

h1 {
	color: Red;
	font-size: 60px;
}
h2 {
	color: black;
	font-size: xx-large;
	text-align: center;
}
h3 {
	color: Red;
	font-size: x-large;
	text-align: center;
}
h4 {
	color: white;
	font-size: x-large;
	text-align: center;
}
h5 {
	color: white;
	font-size: large;
	text-align: center;
}
a	{color: white; 
	text-decoration: none; 
	background-color: transparent;
	} 

a:link	{color: white; 
		text-decoration: none; 
		background-color: transparent;
} 

a:visited{background-color: transparent;
color: red;
text-decoration: none;
} 
img
{  border-style: none;
}
#header {
text-align: center;
width: 70%;
margin-top: 20px;
margin:0px auto;
margin-bottom: 20px;
padding: 10px;
font-family: "Courier New", Courier, monospace;
background-color: white;
}

#main {
margin:0px auto;
}

#footer {
clear: both;
text-align: center;
width: 80%;
color: white;
margin-left: 10%;
margin-top: 20px;
margin-bottom: 20px;
padding: 10px;
border: 0px solid white;
background-color: white;
}


#right {
float: right;
margin:0px auto;
margin-right: 2%;
background-color: black;
margin-bottom: 20px;
padding: 2px;
width: 55%;
border: 0px solid white;
font-size: medium;
text-align: justify;
color: White;
}

#left {
float: left;
margin:0px auto;
background-color: Black;
width: 35%;
text-align: center;
padding: 3px;
margin-bottom: 20px;
border: 0px solid white;
}

#bigtext {
	font-size: 50px;
	padding-bottom: 30px;
	text-align: center;
	color: red;
}
#mediumtext {
	font-size: 30px;
	padding-bottom: 30px;
	text-align: center;
}
#mediumtextjustified {
	font-size: x-large;
	padding-bottom: 50px;
	text-align: justify;
}
#textjustified {
	font-size: large;
	padding-bottom: 50px;
	text-align: justify;
}
.centered {
	font-size: 30px;
	padding-bottom: 20px;
	text-align: center;
}
.centeredsmall {
	font-size: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.centeredlargered {
	font-size: 40px;
	padding-bottom: 20px;
	text-align: center;
	color: red;
}
.centeredred {
	font-size: 30px;
	padding-bottom: 20px;
	text-align: center;
	color: red;
}