@charset "utf-8";
/* CSS Document */
body,td,th {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #000;
	margin: 0px;
}
a:link {
	color: #06C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #06C;
}
a:hover {
	text-decoration: none;
	color: #CCC;
	background-color:#06C;
}
a:active {
	text-decoration: none;
	color: #000;
	background-color:#06C;
}
#apDiv1 {
	position:absolute;
	width:218px;
	height:134px;
	z-index:1;
	left:100px;
	top:100px;
}
#friends {
	position:absolute;
	padding:5px;
	top:200px;
	border:solid;
	border-color:#FFF;
	border-width:thin;
	z-index:1;
}
