H1, H2, H3, H4, H5, H6 	{ margin: 0px; padding: 0; }
body					{ font:Georgia, "Times New Roman", Times, serif; color:#666666; background:#ffffff }
.copyright				{ color: #5b5b5b;; font-size:11px; font-family:Tahoma, helvetica, sans-serif; }
/* styles for bubble */
.bubble-w { 
	width: 100%;
}

.bubble-w .pointer-up {
	background:url(http://www.wayango.com/images/common/bubble/pointer-w.png) top left no-repeat; 
	position: relative;
	height: 10px;
	margin-bottom: -1px;
	margin-left: 40px;
	text-align: left;
}

.bubble-w .pointer-down {
	background:url(http://www.wayango.com/images/common/bubble/pointer-w-down.png) top left no-repeat; 
	position: relative;
	height: 10px;
	margin-top: -1px;
	margin-left: 38px;	
	text-align: left;
}

.bubble-w .tl { 
	background:url(http://www.wayango.com/images/common/bubble/tl-w.png) top left no-repeat;
	height: 8px; 
	padding-left: 8px;
}

.bubble-w .tr { 
 	background:url(http://www.wayango.com/images/common/bubble/tr-w.png) top right no-repeat;
	height: 8px; 
}

.bubble-w .bl { 
	background:url(http://www.wayango.com/images/common/bubble/bl-w.png) top left no-repeat;
	height: 8px; 	
	padding-left: 8px;
}

.bubble-w .br { 
	background:url(http://www.wayango.com/images/common/bubble/br-w.png) top right no-repeat;
	height: 8px; 
}

.bubble-w .ml { 
	background:url(http://www.wayango.com/images/common/bubble/ml-w.png) top left repeat-y;
	padding-left: 8px;
}

.bubble-w .mr { 
	background:url(http://www.wayango.com/images/common/bubble/mr-w.png) top right repeat-y; 
	padding: 0px 8px 0px 2px;
	text-align: left;
}

.bubble-w-fixed { 
	position: absolute;
	width: 202px;
	margin-top: -2px;
}
.content		{ padding: 20px; }