body {padding:0px; font-family:arial; text-align:center;}
p, li {font-size: 12px; line-height:18px;}
 
.examplesGoHere {text-align:left; margin:0 auto; }
.letsGiveItAFixedWidthOf200Pixels { width:175px; }
ul {list-style:none;margin-left:0;padding-left:0;margin-top:0;}
ul li {margin-bottom:8px; margin-left:0;padding-left:0; }



/* notched effect for links in the unordered list */
.notchedListItems a {
	display:block;
	border: solid #666;
	border-width: 0 1px;
	text-decoration: none;
	outline:none;
	color: #000;
	background: #e4e4e4;
}
.notchedListItems a b {
	display: block;
	position:relative;
	top: -1px;
	left: 0;
	border:solid #666;
	border-width:1px 0 0;
	font-weight:normal;
}
.notchedListItems a b b {
  border-width:0 0 1px;
  top: 2px;
  padding:1px 6px;
}
.notchedListItems a:hover,
.notchedListItems a:hover b {background:#666;color:white;}



.feature {
	border:solid #647aae;
 	border-width:0 1px;
	background:#F4AF23;
}
.feature div {
  position:relative;
  top: -1px;
  left: 0;
  border:solid #647aae;
  border-width:1px 0 0;
}
.feature div div {
	top: 1px;
	border-width:0 0 1px;
	padding: .3em .3em .1em;
}
.feature1 {
	border:solid #647aae;
 	border-width:0 1px;
	background:#A9C0CE;
}
.feature1 div {
  position:relative;
  top: -1px;
  left: 0;
  border:solid #647aae;
  border-width:1px 0 0;
}
.feature1 div div {
	top: 1px;
	border-width:0 0 1px;
	padding: .3em .3em .1em;
} 