A {
	background-color : transparent;
	color : #FF0000;
}
A:Hover {
	background-color : transparent;
	color: #003399;
}
A.DiaryAd {
	background-color : transparent;
	color : #ffffff;
	text-decoration : none;
}
A:Hover.DiaryAd {
	background-color : transparent;
	color : #ffffff;
	text-decoration : underline;
}


