/* CSS Document */
* {
	margin:0;
	padding:0;
}
#wrapper {
	width: 984px; 
	min-height: 1019px; 
	position: relative;
}
ul {
	list-style-type: none;
}

a.new:link, a.new:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #00FFFF;
	text-decoration: none;
}
a.new:hover, a.new:active {
	text-decoration: underline;
}
