body {
    font-family: "Trebuchet MS";
    color:#363636;
    font-size: 75%;
}
hr {
    border: 1px solid #ccc;
}
ul {
    padding-left: 10px;
}
li {
    list-style: none;
}
a:link {
    color: #3366CC;
}
.cont {
    width: 80%;
    margin: 20px auto;
}
.box {
    float: left;
    margin-bottom: 20px;
}
.box img {
    position: relative;
    left: -30px;
}
.box em {
    color: #888;
}
.pager{
    display: flex;
    flex-wrap: wrap;
    line-height: none;
}
.pager > a:hover {
    background-color: blue;
    color: white;
}
.pager > * {
	display: flex;
	height: 20px;
	min-width: 20px;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 0 5px;
	text-decoration: none;
}
