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



body{
	background-color:#000;
}

a { color:#900; text-decoration:none; }

a:hover { color:#666; }

a:visited { color:#900; }

html, body,{
	height: 100%;
}



#tagcloud{

	font-size:14pt;
	font-family:Arial;
	height:600px;;
	overflow:hidden;
	position:relative;
	width:1000px;
}
#tagcloud ul,#tagcloud li{
	list-style:none;
	margin:0;
	padding:0;
}
#tagcloud a{
	/* background:#FFF;
	border:1px solid #FFF; */
	color:#000;
	left:0%;
	line-height:1.2em;
	margin:-0.6em 0 0 0;
	padding:0 0.2em;
	position:absolute;
	xtext-align:center;
	text-decoration:none;
	top:0%;
}
#tagcloud a:hover{
	background:#ffff00;
	color:#000;
	border:none;
	z-index:1000 !important;
}

