div{
	'text-align: center;
	margin-top: 16px;
	margin-bottom: 16px;
}

.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.lrg{
	font-size: large;
}

h1{
	'text-align: center;
	font-size: xx-large;
}


hr{
	width: 60%;
	height: 3px;
}


eof
