@charset "UTF-8";

body {
	margin:0;
	padding:0;
	font-size:95%;
	width:600px;
	color: #666666;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #00A8A6;
}

#whatsnew ul {
	text-align:left;
	list-style-type:square;
}
#whatsnew  li {
	padding:5px;
	border-bottom: 1px dashed #AAAAAA;
	margin-bottom: 5px;
}
#whatsnew  ul p {
	margin:2px;
	padding:0;
	line-height:135%;
}
#whatsnew  a {
	color:#00A8A6
}
#whatsnew  a:visited {
	text-decoration: none;
}
#whatsnew  a:hover {
	text-decoration: underline;
}

.new {
	margin-left:5px;
	color:#FF3333;
	font-size:80%;
}

