body {
	background:#0d0d0d;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	color:white;
}

a:active, a:focus {
outline: 0;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}

#top {
height:20px;
background:#252525;
width:100%;
border-bottom:solid;
border-color:black;
}

#bottom {
height:10px;
background:#252525;
}

small {
font-size:11px;
}

p {
  line-height: 1.5em;
  font-size:13px;
  color:white;
  padding:8px;
}

#table {
width:500px;
margin-right:auto;
margin-left:auto;
border-right:solid;
border-left:solid;
border-width:10px;
border-color:#252525;
}

#end2 {
width:500px;
margin-right:auto;
margin-left:auto;
padding-top:5px;
color:white;
text-align:center;
}


#accordion {
	margin:0px;
}

h3.toggler  {
  background:#252525;
  color: white;	
  padding: 0.5em;
  text-align:center;
  margin:0px;
  border:solid;
  border-top:none;
  border-color:black;
  border-width:thin;
  cursor:pointer;
  font-size:15px;
  font-weight:bold;
}

h3.toggler:hover {
  background: white;
  color:black;
}


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

blockquote {
	padding:5px 20px;
}