html, body{
	align-items: center;
	background: #f2f9ff;
	color: #28343f;
	display: block;
	font-family: 'Cuprum', sans-serif;
	font-size: 18px;
	justify-content: center;
	margin: 0;
	min-height: 100%;
	min-width: 1600px;
	padding: 0;
	transition: all 250ms ease-in-out;
	width: 100%;
}

.button{
    background: #28343f;
    border: none;
    color: #f2f9ff;
    cursor: pointer;
    font-family: 'Cuprum', sans-serif;
    height: 32px;
    line-height: 32px;
    margin: 10px 0px;
    padding: 0px;
    text-transform: uppercase;
    transition: background 250ms ease-in-out;
    width: 100%;
}

.button:hover{
    background: #3b4a59;
}

#preloader{
	background: url('../img/preload.gif') no-repeat 50% 50%;
	height: 30px;
	width: 100%;
}

h1{		font-size: 150%;	font-weight: bold;		margin: 10px 0px;	text-decoration: underline;		text-align: center;		}
h2{		font-size: 140%;	font-weight: bold;		margin: 10px 0px;	text-decoration: none;			text-align: left;		}
h3{		font-size: 130%;	font-weight: bold;		margin: 10px 0px;	text-decoration: none;			text-align: left;		}
h4{		font-size: 120%;	font-weight: bold;		margin: 10px 0px;	text-decoration: none;			text-align: left;		}
h5{		font-size: 110%;	font-weight: bold;		margin: 10px 0px;	text-decoration: none;			text-align: left;		}
h6{		font-size: 100%;	font-weight: bold;		margin: 10px 0px;	text-decoration: underline;		text-align: left;		}
p{		margin: 10px 0px;	}

blockquote{
	border: 1px dotted #a0a0a0;
	padding: 0 10px;
	font-family: courier;
}