<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>willcollins40 new document title</title>
</head>
<body>
<p>/* http://www.geocities.ws/willcollins40     License: none (public domain)    */     /* HTML5 display-role reset for older browsers */    article, aside, details, figcaption, figure,     footer, header, hgroup, menu, nav, section {     display: block;   }   body {     line-height: 2;   }   ol, ul {     list-style: none;   }   blockquote, q {     quotes: none;   }   blockquote:before, blockquote:after,   q:before, q:after {     content: '';     content: none;   }    table {     font-family: arial, sans-serif;     border-collapse: collapse;     width: 100%;   }    td, th {     border: 1px solid #dddddd;     text-align: left;     padding: 8px;   }  tr:nth-child(even) {   background-color: #4e8098; }  /*=========================================     Main Styles     =========================================*/        body {        background-image: url("../img/field.jpg");       background-repeat: no-repeat;       background-position: center;       background-attachment: fixed;       height: 100%;       width: 100%;       color: white;     }      div.transbox {       margin: 30px;       background-color: black;       border: 4px solid white;       opacity: 0.78;       filter: alpha(opacity=78); /* For IE8 and earlier */     }      div.transbox p {       margin: 5%;       font-weight: bold;       color: white;     }      .nav{       border:1px solid #a31621;       border-width:4px 0;       list-style:none;       margin:0;       padding:0;       text-align:center;     }     .nav li{       display:inline;       background-color: #4e8098;     }     .nav a{       display:inline-block;       padding:10px;     }     a{       color: white;       text-decoration:none;       font-weight:bold;     }     a:hover{       text-decoration:underline;     }     li a:hover:not(.active) {     background-color: #90c2e7;     }     .active {       background-color: #a31621;     }          img {       position: center;     }      div.transbox h1 {       font-family: "georgia", serif;       margin: 5%;       font-weight: bold;       font-size: 1.8em;     }      div.transbox h2 {       font-family: "georgia", serif;       margin: 5%;       font-weight: bold;       font-size: 1.5em;            }      div.transbox p {       font-family: "garamond", serif;       margin: 5%;       font-weight: bold;       font-size: 1.3em;            }      .container {       width: 1200px;       margin: 0 auto;     }      .footer {       text-align: center;     }      .shadow {       background-color: blue;       box-shadow: 10px 10px;     }</p>
</body>
</html>