body {
  font-family: 'Source Code Pro';
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}

h1 {
	font-family: 'Source Code Pro';
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
}

h3 {
	font-family:'Source Code Pro';
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: 15.4px;
}
p {
	font-family: 'Source Code Pro';
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}

blockquote {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 30px;
  margin-left: 5px;
  width: 40%;
  float: right;
  display: inline;
  border-left: 2px solid #DDD;
  padding: 0px 0px 0px 10px;
  font-size: 1.5em;
}
blockquote:before {
  color: #ccc;  
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  content: open-quote;
}
blockquote:after {
  color: #ccc;  
  font-size:4em;
  line-height:.1em;
  margin-left: .20em;
  vertical-align:-.4em;
  content: close-quote;
}
blockquote p {
  display: inline;
}

pre {
	font-family: monospace;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18.5667px;
}
a:link {
    text-decoration: none;
	background-color: #B2FF99;
	color: #000000;
}

a:visited {
    text-decoration: none;
	background-color: #B2FF99;
	color: #000000;
}

a:hover {
    text-decoration: underline;
	background-color: #B2FF99;
	color: #000000;
}

a:active {
    text-decoration: underline;
	background-color: #B2FF99;
	color: #000000;
}