<!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/Circuitry%20Work.jpg");     background-size: 725PX;     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: 650px;     background-repeat: no-repeat;     background-position: right top;     background-color: #F5DEB3;     background-attachment: sticky; 	}    h1{   	color: #000080;     font-size: 50px;     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{     font-size: 50px;     text-align: left;     font-family: arial;     font-style: italic;     margin-left: 125px;     color: black;     text-shadow: 2px 2px #f0e68c;     text-align: center;     margin-right: 500px;   }    h3{     font-size: 48px;     margin-left: 375px;     text-align: left;     color: brown;   }    p {     text-align: left;     font-family: arial;     word-spacing: 2px;     font-size: 25px;     color: #0066cc;     margin-left: 100px;     margin-right: 100px;     font-style: bolder;     text-shadow: 1px 1px black;    }    .list{     margin-left: 150px;     font-size: 25px;     text-align: left;     font-style: bolder;     color: black;     text-shadow: 1px 1px white;   }     footer {   	font-size: 30px;   	font-style: bold;   	text-shadow: 2px 2px white;   }   .help{     color: #ffd700;     font-size: 50px;     font-style: italic;     font-family: fantasy;     margin-left: 200px;     animation: blinker 1s linear infinite;   }    @keyframes blinker {     75% {     opacity: 0;   } }</p>
</body>
</html>