A:hover {
	Color : #FF6600;
	text-decoration : none;

}.bodwh {
	font-family: "Verdana";
	color: #FFFFFF;
	size: 1;
}

#anchor1 { 
background-image : url(foo.png); 
} 

#anchor1:hover { 
background-image : url(bar.png); 
} 

.bottom {
	background-image: url(images/bottomborder.jpg);
	background-repeat: repeat-x;
	height: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	text-align: center;
	text-indent: 0px;
	background-position: 0px top;
	white-space: normal;
	clip: rect(0px,0px,0px,0px);
	top: 20px;
	padding: 2px;
}
.content {
	padding: 3px;
}

.floatleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
.floatright {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}
.clear {
    height:1px;
	clear: both;
}
