/* IE 8/9 Workaround HTML5*/
article, aside, figure, figcaption, footer, header, main, nav, section, summary
{
	display: block;
}

a
{
	text-decoration: none;
}

a:link
{
	color: blue;
}

a:visited
{
	color: blue;
}

a:hover
{
	color: red;
	text-decoration: underline;
}

article
{
	text-align: center;
	margin-left: 300px;
	margin-right: 300px;
}

article h1
{
	line-height: 120%;
	margin-bottom: 0px;
}

article.landing
{
	border-radius: 20px;
	padding: 6px;
}

body
{
	background-color: white;
	font: small Geneva, Arial, sans-serif;
	margin: 0px 0px;
}

body.image
{
	margin: 0%;
	padding: 0%;
}

div.logo
{
	text-align: center;
	padding-top: 64px;
	margin-left: 16px;
}

div.logo a
{
	display: inline;
	text-decoration: none;
	color: black;
}

footer
{
	border-top: gray solid 1px;
	font-size: x-small;
	text-align: center;
}

header
{
	font-size: medium;
	margin: 32px;
}

img
{
	border-width: 0px;
	vertical-align: top;
}

img.link
{
	border: blue solid 1px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 6px;
	margin-bottom: 6px;
}

img.normal
{
	border: black solid 1px;
}

main
{
	min-height: 600px
}
