<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>donaldswenson new document title</title>
</head>
<body>
<p>/* HTML5 display-role reset for older browsers */    article, aside, details, figcaption, figure,     footer, header, hgroup, menu, nav, section {     display: block;   }    body {     line-height: 1;    	background-image: url("http://www.geocities.ws/donaldswenson/css/Pictures/Tools2.jpg");   	background-size: 750px; 	  background-repeat: no-repeat; 	  background-position: bottom right; 	  background-color: #F5DEB3; 	  background-attachment: fixed; 	}    header { 	  background-image: url("http://www.geocities.ws/donaldswenson/css/Pictures/Helments.jpg"); 	  background-size: 850px; 	  background-repeat: no-repeat; 	  background-position: right top; 	  background-color: #F5DEB3; 	  background-attachment: sticky; 	}    h1{   	color: #000080;   	font-size: 100px;   	font-style: italic;   	font-style: bold;   	text-align: left;   	text-shadow: 2px;   	font-family: brush script;   	text-shadow: 3px 3px white;   	text-decoration: underline;     margin-left: 100px;   }    h2, h3{   	font-size: 52px;   	text-align: left;   	font-family: arial;   	font-style: italic;   	margin-left: 125px;    	text-shadow: 2px 2px white;     color: #000080;   }    h3{   	text-align: center;   }    h4{   	font-size: 48px;   	text-align: center;   	color: darkblue;   }    p {   	text-align: left;   	font-family: arial;   	word-spacing: 2px;   	font-size: 25px;   	color: #0000cd;   	margin-left: 100px;   	margin-right: 100px;   	font-style: bolder;    }    .list{    font-size: 25px;    text-align: left;    margin-right: 100px;    font-style: bolder;    color: black;    text-shadow: 1px 1px white;   }      a:link {    color: darkblue;    background-color: transparent;    text-decoration: none;   }    a:visited {    color: blue;    background-color: transparent;    text-decoration: none;   }    a:hover {    color: #yellow;    text-shadow: 2px 2px black;    background-color: transparent;    text-decoration: none;   }    a:active {    color: blue;    background-color: transparent;    text-decoration: none;    }     footer {   	font-size: 30px;   	font-style: bold;   	text-shadow: 2px 2px white; }</p>
</body>
</html>