* {
	margin: 0;
	padding: 0;
	}
body {
	background-color: #fafafa;
	font: 62.5%/1.75em "Times New Roman", serif;
	text-align: center;
	color: #4d4d4d;
	}
#mypix {
	margin: 0;
	position: fixed;
	top: 1em;
	left: 1em;
	width: 10em;
	right: auto;
	font-size: 1.5em;
	color: 000#;
	background-color: #fafafa;
	padding: 3px;
	text-align: left;
	}
#scroll {
	margin: 0;
	position: fixed;
	top: 3em;
	left: 1em;
	width: 101px;
	right: auto;
	font-size: 1.5em;
	background-color: #fafafa;
	text-align: left;
	}	
#startStop {
	margin: 3px;
	width: 95px;
	}
h1 {
	clear: left;
	margin: 40px 0 15px 0;
	font-style: italic;
	font-weight: normal;
	font-size: 2.25em;
	}
img {
	padding: 8px 8px 20px 8px;
	border: 1px double #e5e5e5;
	background-color: #fff;
	margin-bottom: 10px;
	}
a:link, a {
	border-bottom: 1px dotted #960;
	text-decoration: none; 
	color: #960;
	}
a:hover {
	border-bottom: 1px solid #960;
	}
.lnk {
	font-size: 1.5em;
	}
.imme {
	position: relative;
	top: -33px;
	font-size: 1.25em;
	-webkit-text-size-adjust: none;
	}
br {
	clear: left;
	}