
* {
	padding: 0;
	margin: 0;
	}
	
	
a:link{
text-decoration: none;
}


a:hover {
color: red;
}
	
	
body {
	background-color: #eafbfb;
	color: #0000ff;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}
#all{
text-align: center;
}

#title{ position: relative;
	width: 800px;
	left: -20px;
}


.header1 {
		font-size: x-large;
		
}

.header2 {
	font-size: large;
}



#mainshadow{ position: relative;
		left: 10px;
		padding: 0;
		margin: 0;
		width: 820px;
		background-color: #cccccc;
		text-align: left;
		margin-top: 50px;
		}

#main{	position: relative;
		top: -30px;
		left: -20px;
		width: 800px;
		background-color: #EEE8AA;
		}




.preamble { 
	margin-top: 5%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
	font-size: medium;
}


.uppertags { 
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: small;
	text-transform: uppercase;
	text-align: center;
	}


.smalltags { 
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: small;
	text-transform: none;
	text-align: center;
	}




#cols {
position: relative;
top: 0px;
left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}


.col1{ 
	position: relative;
	left: 5%;
	top: 0px;
	width: 45%;
	height: 20px;

}

.col2{
	position: relative;
	left: 40%;
	width: 25%;
	top: -20px;
	

}

.col3{ 
    position: relative;
	left: 66%;
	top: -40px;
	width: 30%;
}


#middle{
  margin-top: 5%;
}


#cols2
{
		margin-top: 5%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
	border-style: solid;
	border-width: 1px;
	border-color: 0000ff;
		}