.ui-tabs {
	font-size: 12px;
	background: #996699;
	padding: 0px;
	margin: 0px;
}

.ui-widget-header {
	border: none;	
}

.ui-widget {
	background: #996699;	
}

.ui-content {
	background: #996699;	
}

.ui-corner-all {
	background: #996699;	
}

.ui-state-hover {
	text-decoration: underline;	
}

/* get rid of rounded edges */
.ui-corner-top {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius:0px;
}

h2 {
	line-height: 26px;
}

h3 {
	margin-bottom: 0px;	
}
