body {
	background:#ffffff;
}

body, td, p, ul {
	font-family:verdana, geneva, arial, sans-serif;
	font-size:12px
}

#wslogo {
	position: absolute;
	top: 10px;
	left: 10px;
}

#cover {
	position: absolute;
	top: 150px;
	left: 50px;
	text-align: center;
}

#new {
	position: absolute;
	top: 250px;
	left: 300px;
	margin-right: 10%;
}

#about {
	position: absolute;
	top: 350px;
	left: 300px;
	margin-right: 10%;
}

.about {
	padding: 5px;
	border: thin dotted #999999;
	background-color: #cccccc;
}

#other {
	position: absolute;
	top: 600px;
	left: 10px;
	width: 240px;
}

#quote {
	position: absolute;
	top: 30px;
	left: 300px;
	margin-right: 10%;
}

a { font-weight: bold; }
a:link {color:#7766AC; text-decoration:none; font-weight:bold;}
a:visited {color:#7766AC; text-decoration:none; font-weight:bold;}
a:hover {color:#7766AC; text-decoration:underline; font-weight:bold;}
