@charset "UTF-8";

/* all css files for KBWorld */
@import url('header.css');
@import url('layout.css');
@import url('footer.css');
@import url('lightbox.css');
@import url('webkit.css');


#body1, #body2, #body3, #body4 {
	display: inline;
}


/*sitewide classes */
a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}
a:link, a:visited, a:active {
	color: #777271;
}
a:hover {
	text-decoration: underline;
}

#right_column .pluslink  {
	font-size: 12px;	
	background:none;
	padding-right:12px;
}

.left { float: left; }
.right { float: right; }

/*quick utiliy Styles*/
.clr {
	clear: both;
	height: 0;
}
.clr span {
	height: 0;
}


h1 {
	font-size: 34px;
	color: #777271;
}

h3 {
	color: #777271;
	font-size: 14px;
}


a>img {
	border: none;
}

sup {
	font-size:8px;
	margin-left:0;
}

a.bluelink {
	color:#28A8E0 !important;
}