body		{
			text-align: center;
			background-color: #FFFFFF;
			margin: 0px;
		}

.ad-space{
	text-align:center;
font-size: 11px;
padding: 5px;
}

A.sample:link{
	color:steelblue;
	text-decoration:none;
}

A.sample:visited{
	color:steelblue;
	text-decoration:none;
}

A.sample:active{
	color:steelblue;
	background:lightsteelblue;
	text-decoration:underline;
}

A.sample:hover{
	color:steelblue;
	background:lightsteelblue;
	text-decoration:underline;
}
