div#ad {
	width: 526px;
//  width: 550px; 
	height: 66px;
	margin-top: 15px;
    padding: 0px 12px 6px 12px;
    font-family: arial,sans-serif,helvetica;
    font-size: 11px;
    text-align: left;
    color: #000;
	border: 1px solid black;
	background: #fff;
}
div#ad .h {
    font-size: 13px;
    font-weight: bold;
	font-style: italic;
	line-height: 24px;
}
div#ad a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
div#ad a:hover {
    font-weight: bold;
    text-decoration: underline;
}
