.testclassname  {
	width: 780px;
	margin:  0px;
	padding: 0px;

}
.testclassname p {
	background-color: #ffffff;
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: 100;
	font-size: 14px;
	color:#333333;
	margin: 0px;
	padding: 10px;
}
.testclassname a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color:#eeeeee;
	background-color: #3072d5;
}

.testclassname a:hover {
	background-color: #1f317d;
}

.testclassname a.selected {
	color: #ffffff;
	background-color: #80cfe2;
}
