h1 span {
	display: none;
}

h1 {
	height: 100px;
    width: 400px;
	background: url("m4logo.png") no-repeat;
    position: absolute;
    left: 0px; top: 0px;
    margin: 0px;
}

h2,h3 {
    font-weight: bold;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}

body {
	margin: 120px 1em 1em;
    font-family: georgia, serif;
    font-size: 13pt;
}

