body {
	font-family: Verdanda, Ariel, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #F2FFE5;
}
#sploshagirl {
	color: #000000;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
h1 {
	padding: 0px;
	margin: 0px;
}
h2 {padding: 3px; }
a:link {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	color: #CC6600;
	text-decoration: none;
}


.sm {
	font-size: 12px;
}
#messysites td {
text-align: right;
}

#messylinks td {
text-align: center;
}

#footer { 
	clear: left; 
	width: 750px; 
	height: 20px; 
	text-align: right; 
	margin: 0 auto;
	padding: 0;
	
}
	#footer p { 
		text-transform: uppercase; 
		background: transparent;
		font-size: 80%;
		color: #000000; 
		letter-spacing: 1px; 
		font-family: "Trebuchet MS", Verdana, sans-serif; 
		padding: 0 5px 0 0;
	}
	#footer a, #footer a:visited { 
		text-decoration: none; 
		color: #CC6600;
	}
	
	#footer a:active, #footer a:hover {
		text-decoration: underline overline;
		color: #666;
	}