.menu,a.menu:active {
	font: 11px Arial;
	font-weight: bold;
	color: 568FE3;
	text-decoration: none;
}
a.menu,a.menu:hover,a.menu:visited {
	font: Arial;
	color: 568FE3;
	text-decoration: underline;
}
.faq,a.faq,a.faq:hover,a.faq:active,a.faq:visited {
	font: 12px Arial; 
	color: 101180; 
	text-decoration: underline;
}
.text {
	font: 11px Arial;
	color: 101180;
}
.title {
	font: 14px Arial;
	color: 101180;
}
.copy_gay {
	font: 11px Arial;
	color: 8B4DB2;
}
.copy_love {
	font: 11px Arial;
	color: FD8B41;
}
.copy_sexy {
	font: 11px Arial;
	color: FF509C;
}

/* backgrounds */
.b1_gay1 { /* style for picture */
	background-image: url(../images/gay1.jpg); 
	background-position: left top;
	background-repeat: no-repeat;
	height: 100%;
}
.b1_love1 { /* style for picture */
	background-image: url(../images/love1.jpg); 
	background-position: left top;
	background-repeat: no-repeat;
}
.b1_sexy1 { /* style for picture */
	background-image: url(../images/sexy1.jpg); 
	background-position: left top;
	background-repeat: no-repeat;
}
.b2 { /* style */
	background-image: url(../images/b2_fly.jpg); 
	background-position: right bottom;
	background-repeat: no-repeat;
}