body { font-family: sans-serif; 
	background-color: #cccccc; }
p { color: #000000 }
a:link { text-decoration: none; 
	color: #333333 }
a:active { color: #330000 }
a:visited { text-decoration: none;
	color: #555555 }
a:hover { text-decoration: underline; }
.floatright { float: right; 
	margin: 15px 15px 15px 15px; 
	border: 1px solid #555;
	padding: 3px; }
.floatleft { float: left;
	margin: 15px 15px 15px 15px;
	text-align: left;
	line-height: 200%;
	letter-spacing: 3px; }

