
body {
        font-size: small; 	
        font-family: Verdana, Geneva, Arial, sans-serif;  
        background-color: #ffcc99;
	
}


.title{
	text-decoration: underline;
}

a:link   {text-decoration: none;  }
a:visited   {text-decoration: none;  }
a:active    {text-decoration: none;  }
a:hover { background: #fffff0;	text-decoration: none;  }


.indent {
	margin: 0px 10px 0px 10px
	}

#summerkid {
	width: 80%;
	background-color: #ffcc99;
	text-align: center;
	font-variant: small-caps; 
	font-weight: bold;
	border: 2px dashed black 
}

/*End */

/*consider adding   or #bottomnav
.bottomnav {
	clear: both;
}
*/