/* whatsnew.css */

body {
	margin: 0;
	padding: 0;
	font-size:84%;
}

div#container{
	width:190px;
}

p{
	margin:0px;
	padding:0px;
	font-size:84%;
	color:#666666;
	margin-bottom:10px;
}

h4{
	padding: 0px;
	margin: 0px;
	background:url(../whatsnew/images/bg_title_whatsnew.gif) left bottom no-repeat;
	font-size:80%;
	color:#444444;
	padding-left:8px;
	font-weight:normal;
	line-height:15px;
	margin-bottom:5px;
}

h5{
	font-size:84%;
	padding: 0px;
	margin: 0px;
	font-weight:normal;
	margin-bottom:3px;
}

a:link {
	color: #3366cc;
	text-decoration: underline;
}
a:visited {
	color: #3366cc;
	text-decoration: underline;
}
a:hover {
	color: #3366cc;
	text-decoration: none;
}
a:active {
	color: #3366cc;
	text-decoration: underline;
}
