body {
	background: transparent;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10pt;
	overflow: hidden;
	}

p {color: #2D3047; letter-spacing: 1px; line-height: 1.3em; font-size: 12px;}
a { color: #EDEBF5; text-decoration: none; }
a:hover { color: #FBF2C0 }

.yb { width: 229.6px; height: 288px; display: inline; text-align: center; }

#say p {
	width: 350px;
	padding: 6px 4px 6px 15px;
	border-radius: 5px;
	background: #88BCDE;
	color: #EDEBF5;
	-webkit-transition: background-color 0.5s, color 0.5s;
	transition: background-color 0.5s, color 0.5s;
	}
#say p:hover { background: #8D86C0; color: #FBF2C0; }

#ybsay {
	width: 350px;
	padding: 6px 4px;
	border: #EBD3E6 5px double;
	border-radius: 5px;
	background: #88BCDE;
	text-align: center;
	}
#ybsay p { color: #EDEBF5; }