/* CSS Document */

a {
	color:#000;
	text-decoration: none;
}
a:hover {
	color: #000;
}
.clear{
	clear:both;
}
.imgleft{
	float:left;
	margin-right:10px;
	margin-top:10px;
}
.imgright{
	float:right
	margin-left:10px;
	
}
img{
	border:0px;
}