@charset "UTF-8";
/* CSS Document */

body {
	background-color: white;
  	font-family: 'Courier Prime', sans-serif;
	font-size: 24px;
	color: black;
	overflow: auto;
	margin: 0px;
	padding: 0px;
    opacity: 1;
	-webkit-animation-delay: .25s;
}
a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:active {
	color: black;
	text-decoration: none;
}
a:hover {
	color: #ff9900;
	text-decoration: none;
}
h1 {
	font-size: 32px;
	font-weight: bold;
}
h2 {
	font-size: 28px;
	font-weight: bold;
}
h3 {
	font-size: 28px;
	font-weight: bold;
}
h4 {
	font-size: 28px;
	font-weight: bold;
}
.wrapper{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px;
}
.small_text{
	font-size: 16px;
	font-style: italic;
}
.select-style {
    border: 1px solid #555;
	font-size: 22px;
	color: black;
	padding-left: 20px;
	padding-right: 20px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}