body {
	background: url(treadplate1.jpg) repeat fixed #FFFFC0;
}
body, td {
	font-family: Verdana, Arial, Sans;
	font-size: 3.5mm;
}
.smfont td {
	font-size: 2.8mm;
}
h1, h2 {
	font-family: Garamond, Verdana, Arial, Sans;
}
h1 {
	font-size: 7mm;
	text-align: center;
}
h2 {
	font-size: 5.6mm;
}
address {
	font-size: 80%;
	font-style: italic;
}
a {
	text-decoration: none;
}
a:link { }
a:visited { }
a:active { }
a:hover {
	text-decoration: underline;
}
.blk {
	padding-bottom: .5em
}
.PageTitle {
	background: #FFFFA0;
	border: solid #FFFFFF;
	border-width: 1px 0px 1px 0px;
	left: 0px; right: 0px;
	margin: 20px -10px 10px -10px;
	padding: 20px 0px 20px 0px;
}
/* For small, high-resolution screens (like mobiles), use a device-pixel to
 * CSS-pixel ratio of 1:1.
 * This should replace the <meta> tag:
 *   <meta name="viewport" content="width=device-width, initial-scale=1" />
 */
@viewport {
	width: device-width;
	initial-scale: 1;
}

