#three-columns {
font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: black;
}

#three-columns #column2 {
	float: left;
	width: 56%;
}

#three-columns #column3 {
	float: right;
	width: 40%;
}

#col1{
width: 100%;
margin: 0 0 0 0;
padding: 5pt 5pt 5pt 5pt;
float: none !important;
font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: black;
}

#print td,th{
	width: 15%;
	text-align: center;
}

.link-style {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 15px;
	background: #FFFFFF;
	border-radius: 5px;
	letter-spacing: 1px;
	text-decoration: none;
	text-shadow: 1px 0px 1px #5C1111;
	color: #000000;
}

#header, #menu, #banner, #footer, #column1, #col2, #noprint {
  display: none; 
}