body {
margin: 0;
padding: 0;
}

.activities {
background-color: #f8f6ee;
font-family:"Times New Roman", Times, serif;
font-size: 24px;
color: #666;
border: 1px #999 solid;
margin: 0 auto;
width: 575px;
overflow:hidden;
padding: 0;
/*background: url('/images/sample-menu-bg2.jpg') 0 0 no-repeat;*/
font-weight: bold;
font-style: italic;
overflow:hidden;
text-align:left;
}

.activities h1 {
font-size: 36px;
/*color: #db9f55;*/
color: #2ba6b8;
text-align:center;
}

/* Use this with prev / next links*/
/*.activities h1 {
font-size: 36px;
color: #2ba6b8;
margin: 0;
margin-top: -10px;
text-align:center;
}*/

.activities h2 {
margin: 20px;
font-size: 36px;
display:block;
width: 535px;
border-bottom: 2px solid;
}

.activities p {
margin: 20px;
}

.activities img {border: none;}

.activities a:link, .activities a:active, .activities a:visited, .activities a:hover {
outline: none;
}

.prevlink {
width:63px; 
float:left; 
margin: 15px 449px 0px 0px;
}

.nextlink {
width:63px; 
float:left; 
margin: 15px 0px 0px 0px;
}

.menuheader {
clear: both;
}

.clearfloat { 
clear				: both;
height				: 0;
font-size			: 1px;
line-height			: 0px;
margin:0;
}