@charset "UTF-8";
/* CSS Document */

h3 {
	font-weight: normal;
	text-transform: uppercase;
	background-color:#FFFF00;
	cursor: pointer;
	margin:0;
	padding:0;
}

h3 a:link, h3 a:visited {
	font-weight: normal;
	letter-spacing: 2px;
	display: block;
	text-decoration: none;
	color:#0000FF;
}

h3 a:hover, h3 a:active {
	color:#FEC100;
	}

h3.buddy, h3.fight, h3.clique, h3.peer, h3.weblink {
	background-color:#B9F212;
}

#sevenWays
{
text-align:left;
background-color:#FFFFFF;
color:#222;
margin:10px 20px 10px 20px;
padding:8px;
}