/*Tempest Apps CSS*/

html {
    font-size: 1em;
    line-height: 1.4;
	padding: 50px;
	padding-top: 20px;
	background-color: #404040;
}

h1 {
	font-size: 2em;
	text-align: center;
	color: #FFFFFF;
	padding-bottom: 30px;
}

h3 {
	text-decoration: underline;
}

body {
	color: #FFFFFF;
}

footer {
	padding-bottom: 0.5em;
	font-size: 0.5em;
	text-align: center;
}