body {
	padding: 105px 1em 2em 70px;
	margin: 0px;
	font-family: sans-serif;
	color: black;
	background-color: #dddddd;
	background-position: top left;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url("logo100moto.png")
}

img {
	border: none
}

h1 {
	text-transform: uppercase;
	font-size: x-large
}

h2 {
	font-size: large;
	text-decoration: underline
}

p.menu {
	font-size: large;
	text-align: center;
	color: red
}

div.header {
	position: fixed;
	top: 0px;
	left: 32px;
	right: 0;
}

div.nav {
	font-size: x-small;
	padding: 4px 2px;
	width: 100%;
	background-color: #cccccc;
	font-weight: bold
}

span.nav {
	font-weight: bolder;
	color: yellow;
	background-color: #cccccc;
	margin: 0px 3px 0px 3px
}

a:hover {
	background-color: yellow;
	text-decoration: underline overline
}

