body {
	background: black;
	color: white;
	font-family: sans;
	font-size: 0.8em;
	width: 900px;
	margin: auto;
}

a:link, a:visited {
	color: white;
	font-size: 2em;
	text-decoration: none;
}

.tagOn{
	border:4px solid white;
}

#taggingArea {
	position:relative;
	width:auto;
	float:left;
	font-size: 0.8em;
	font-weight: bold;
}

#taggingArea a:link, a:visited {
	color: DeepSkyBlue;
	font-size: 1em;
}

#formArea{
	width:100%;
	float:left;
}

#formArea a:link, a:visited {
	color: DeepSkyBlue;
	font-size: 1.6em;
	font-weight: bold;
}

#drag{
	position:absolute;
	top:0px;
	width:100px;
	height:100px;
	border:4px solid white;
	background:url('blank.gif');
}

#footer {
	width:100%;
	float:left;
	text-align: center;
	font-size: 0.8em;
}

#footer a:hover {
	color: white;
	background: DeepSkyBlue;
}

