/*-------Clear Default Browser "Help", adapted from Meyerweb-------*/html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, a:link, a:visited, a:focus, a:hover, a:active, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {    margin: 0;    padding: 0;    border: 0;    outline: 0;    font-weight: inherit;    font-style: inherit;    font-size: 100%;    font-family: inherit;    vertical-align: baseline;
	text-decoration: none;
	color: black;
	text-align: left;}:focus {    outline: 0;}body {    line-height: 1;    color: black;    background: white;}ol, ul {    list-style: none;}table {    border-collapse: separate;    border-spacing: 0;}caption, th, td {    text-align: left;    font-weight: normal;}blockquote:before, blockquote:after, q:before, q:after {    content: "";}blockquote, q {    quotes: "" "";}

/* -------mine now on-------- */

#header {	position: fixed;	top: 0;	left: 0;	font-size: 25px;	padding: 10px;	width: 100%;	background: white;}#navigation {	position: fixed;	top: 20px;	left: 0;	font-size: 18px;	width: 90px;	margin: 50px 0 0 10px;	}#pictures {	margin: 55px 0 0 110px;}	img {	margin: 10px;}#copyright {	margin: 10px;	font-size: 14px;	text-align: right;}#about {	margin: 70px 0 0 110px;	font-size: 18px;}#contact {	margin: 70px 0 0 110px;	font-size: 18px;}