body {
	width: 900px;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 20px;
	border-color: #FFFFFF;
}

h1, h2 {
	text-align: center; 
}

hr {
	width: 80%; 
}

div.center {
	text-align: center;
}

div.leftside {
	float: left;
	width: 350px;
	margin-top: 20px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
	/* font-size: small; */
}

div.rightside {
	float:right;
	width: 500px;
	margin-top: 20px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
}	

div.little {
	font-size: small;
}

span.huge {
	font-size: xx-large;
	margin: 20px;
}

span.names {
	text-align: center;	
	font-size: small;
}
	
a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}

