body {
	font-family:"sans-serif";
}
ul.activities {
	margin-top: 0px;
	list-style-type: square;
}
li.activities {	
	margin-bottom:0px;
	text-align:justify;
	line-height:normal;
	font-size: 90%;
}
span.activities {
	padding-left: 8px;
}
span.tab {
	padding-left: 12px;
}

.h1 {
	color:black;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
h1 {
	font-size: 110%;
	text-align: center;
}
hr {
	width: 46em;
	height: 12px;
	background-color: navy;
}
#main {
	background-color: red;
}
#text {
	float: left;
	width: 46em;
	text-align: justify
}  
#footer {
	float: left;
	width: 46em;
	text-align: center;
}
img#headerimg {
	width: 46em; 
	height: 105px;
	float: left;
}
table {
	width: 46em;
}
td {
	vertical-align: top;
}    
  