*
{
	padding: 0;
	margin: 0;
}

html
{
	height: 100%;
}

body
{
	height: 100%;
	background: #fff;
	color: #000;
	font-family: segoe ui, sans-serif;
}

a, a:link, a:active, a:visited
{
	color: #555;
	font-weight: bold;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

p
{
	margin-bottom: 1em;
}

div
{
	padding: 1em;
}

div#main
{
	margin: 0em 3em 0em 3em; /* top, right, bottom, left */
	border: 2px black solid;
	border-top: 0px;
	background-color: #ddd;
	padding: 0;
}

div#header
{
	background-color: #aba;
	margin-bottom: 1em;
	text-align: center;
}

div#text
{
	text-align: justify;
	padding-bottom: 0;
}

div#faq
{
	text-align: justify;
	margin-left: 3em;
	margin-right: 3em;
	padding: 0;
}

div#footer
{
	font-size: 0.8em;
	text-align: center;
}

ul#faqu
{
	list-style-type: none;
}

ul#faqu li ul
{
	list-style-type: square;
	margin-bottom: 0.5em;
}

ul#faqu li
{
	font-weight: bold;
	font-size: 1.2em;
}

ul#faqu li ul li
{
	font-size: 0.8em;
	font-weight: normal;
	margin-bottom: 0.5em;
	margin-left: 1.5em;
}

ul#nav
{
	text-align: center;
	margin: 0;
	margin-top: 1em;
}

ul#nav li
{
	list-style-type: none;
	display: inline;
	margin: 1em;
}

h1
{
	text-align: right;
	text-transform: lowercase;
	border-bottom: 2px black solid;
	font-size: 3em;
}

h2
{
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 0.2em;
	font-size: 1.8em;
}

h3
{
	font-weight: bold;
	margin-bottom: 0.2em;
	text-transform: uppercase;
}

hr
{
	margin: 1em;
}

p.ct
{
	text-align: center;
	font-size: 0.8em;
	font-style: italic;
}

img
{
	border: 1px black solid;
}

div.house
{
	text-align: center;
	width: 800px;
	margin: 1em;
	margin-left: auto;
	margin-right: auto;
	border: 1px black dashed;
}

div.card
{
	width: 30em;
	margin: 0 auto 2em auto;
	border: 2px #ddd solid;
	background-color: #fff;
	text-align: center;
	color: #000;
}
