h1, h2 {
	font-family: sans-serif;
	border-bottom: 1px solid black;
	}

body {
        background: white;
        color: black;
        font-family: sans-serif;
        font-size: 12pt;
	margin-left: 10%;
	margin-right: 10%;
	border: 1px solid gray;
	padding: 10px 10px 10px 10px
}

div.thumbnail {
        float: left;
        padding: 20px;
        border: 0px;
        width: 100px;
        height: px;
}

a {
        border: 0px;
}

img {
        border: 0px;
}

p.footer {
	text-align: right;
	font-size: 10pt;
}

p.advert {
	text-align: center;
	font-size: 10pt;
}

