@charset "utf-8";

/* CSS Document */



body {
	background-color: white;
	word-wrap: normal;
	color: black;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	border: 0;
	margin: 0;
}

h1 {
	font-size: 35px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 29px;
}

h4 {
	font-size: 26px;
}

h5 {
	font-size: 23px;
}

h6 {
	font-size: 20px;
}

p {
	text-align: justify;
	font-size: inherit;
	margin: 0;
}

.center {
	text-align: center;
	margin: auto;
	text-indent: 0px;
}

.hiddenlink {
	text-decoration: none;
	color: black;
}

button.one {
	border-radius: 7px;
	width: 200px;
	height: 50px;
	font-size: 18px;
}

button.two {
	border-radius: 7px;
	width: 100px;
	height: 50px;
	font-size: 18px;
}

.display {
	margin: auto;
	border: blue;
	width: 100%;
	height: auto;
	background-color: #FFF;
	border-width: 2px;
	border-style: solid;
	border-radius: 10px;
}

.display2 {
	margin: auto;
	width: 95%;
	height: 95%;
	padding:10;
}

.centerVH {
	text-align: center;
	margin: auto;
	text-indent: 0px;
	vertical-align: middle;
}

.centerV {
	padding: 45px 0;
}