body {
	font-family: "Open Sans",arial,helvetica,sans serif;
	font-size: 14px;
	color: #000000;
	margin: 30px 50px 20px 50px;
	line-height:1.5em;
}          

h1 {
	font-size: 22px;
	color: #000;
	margin-top: 15px;
	padding-bottom:10px;
}

h2 {
	font-size: 18px;
	color: #000;
	margin-bottom: -15px;
	padding: 0px;
	font-weight: bold;
	padding-bottom:10px;
}

h3 {
	font-size:16px;
	color: #000;
}

h4 {
	font-size:14px;
	color: #000;
	margin-bottom: 2px;
}

button.show_source_code {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	border: 2px solid #000;
	border-radius: 4px;
	padding: 6px 10px;
	cursor: pointer;
	outline: none;
}

button.show_source_code:hover {
	background-color: #000;
	border: 2px solid #000;
	color: #fff;
}

a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
	border:1px solid #000;
}

table td, 
table th {
	
	padding:5px;
	text-align:center;
	width:33.3%;
}