body,html{
	margin: 0;
    padding: 0;
    background: #fbfbfb;
    display: flex;
    align-items: center;
    min-height: 100%;
    justify-content: center;
	font-family:'Roboto', sans-serif;
}
#wrapper {
	font-family: Arial, sans-serif;
	padding: 20px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align:center;
	width:100%;
}
h1{
	font-family:'Kaushan Script', cursive;
	font-size:2em;
	margin-bottom:1em;
}
p {
	margin:1em 0;
}
a {
	text-decoration:none;
	color:#30519c;
}
a:hover, a:active{
	border-bottom:1px solid #3259b1;
}
li{
	list-style-type:none;
	margin-bottom:10px;
}
ul{
	margin:0;
	padding:0;
}
div.clm {
	display:inline;
}
div.clm img {
	width:50px;
	height:50px;
	margin-left:20px;
}
div.clm a:hover {
	border-bottom:none;
}
hr{
	border: 1px solid #f0f0f0;
}
p.footer{
	font-size:10pt;
	color:#666;
}