.tab h3{
padding: 3px;
margin: 0 1px 1px 0;
text-align: left;
color: #E4E4E4;
display: block;
font-weight: bold;
text-decoration: none;
font-family: "Courier New", Courier, monospace;
font-size: 15px;
font-style: normal;
}
h3{
margin: 0;
padding: 5px;
font-size: 14px;
}
p{
margin: 0;
padding: 5px;
line-height: 1.5em;
}
#wrapper{
width: 600px;
}
#left{
float: left;
width: 100px;
}
#right{
float: right;
width: 500px;
text-align: left;
color: #7B7B7B;
}
#right a{
color: #E4E4E4;
display: block;
font-weight: bold;
text-decoration: none;
font-family: "Courier New", Courier, monospace;
font-size: 20px;
font-style: normal;
}
#right a:hover{
background: #fff;
}
.tab{
background: #7B7B7B;
padding: 3px;
margin: 0 1px 1px 0;
text-align: left;
}
.stretcher{
background: #EEEEEE;
}
#accordion {
  background-color: rgb(0.0%, 0.0%, 0.0%);
  font-weight: bold;
  font-style: normal;
  text-align: justify;
  color: #959595;
  margin-top: 0px; 
  line-height: normal;
  font-size: 10px;
  margin:20px 0px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
}

h3.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: 'Andale Mono', sans-serif;
	font-size: 12px;
	background: #D2E0E6;
	color: #528CE0;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}

blockquote {
	padding:5px 20px;
}