

h1 {
	color: #000000;
	margin: 10px;
	font-family: Arial, sans-serif;
	font-weight: 600;
	font-size: 40px;
	text-align: center;
}

a {
	color: #333333
}

a.sb {
	font-family: Arial, sans-serif;
	font-weight: 600;
	font-size: 26px;
	color: #000000;
	line-height: 32px;
	text-decoration: none;
}

a.sb:hover {
	text-decoration:underline;
}

blockquote {
	display:block;
 	background: #fff;
	padding: 20px 50px;
	font-family: Georgia, serif;
	font-size: 16px;
	color: #666;
	font-style: italic;
	overflow: hidden;
	
}

body {
	margin: 0px;
}

.sidebar {
	float: left;
	width: 150px;
	height: 400px;
	margin-right: 10px;
	border-top-style: solid;
    	border-bottom-style: solid;
	padding: 5px;
}

p {
	font-family: Cambria, Times, serif;
	font-size: 14px;
	margin-left: 10px;
	line-height: 20px;
}

img {
	float: right;
	padding: 5px;
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}
