@charset "utf-8";
#wrapper {
	width: 700px;
	height: 800px;
	margin: 0px 0px 0px 0px;
	background:url(images/swirlydark.jpg) no-repeat;
}
A:link {
	color: #CCCCCC;
	text-decoration: none;
}
A:hover {
	color: #CCCCCC;
	font-weight: bolder; /*doesn't work*/
}
A:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#content {
float:left;
margin: 350px 0px 0px 360px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #ffffff;
	font-size:14px;
	line-height: 14px;
	text-align:left;
}