body { background-color: #FFCC99;
       background-repeat: no-repeat;
       text-align: center; }
header { height: 75px;
         text-align: center;
         background-color: #663333;
         color: #FFFFFF; }
header a { text-decoration: none;
	   color: #FFFFFF; }
h1 { font-family: Verdana, Tahoma, sans-serif; }
h2 { font-family: Palatino, "Times New Roman", serif; }
h3 { font-family: Palatino, "Times New Roman", serif; }
p { font-size: 1.2em;
    text-indent: 3em; }
p::first-letter { font-size: 2em;
                  color: #FF0033; }
nav { font-weight: bold; font-size: 110%;
      font-family: Palatino, "Times New Roman", serif;
      background-color: #CC9900;
      color: #FFFFFF;
      padding-top: 1px;
      padding-bottom: 1px; }
nav li { display: inline;
         padding: 5px; }
nav a { text-decoration: none;
        color: #FFFFFF;
        transition: color 0.3s ease-out; }
nav a:hover { color: #FF0033; }
#wrapper { width: 950px;
           padding: 1em;
           background-color: rgba(255, 255, 255, 0.75);
           margin: auto; }
#wodehousehero { float: right;
                 margin-left: 10px; }
.special { font-style: italic; }
main { background-image: url(backgroundpattern.jpg);
       background-repeat: repeat; }
a:link { text-decoration: none;
         transition: color 0.3s ease-out; }
a:hover { color: #FF0033; }
form { display: grid;
       margin: auto;
       width: 450px; }
label { display: block; }
input { display: block;
        margin-bottom: 5px; }
table { width: 75%; margin: auto;
        border-spacing: 0;
        border: 5px solid #663333; }
tr:first-of-type { background-color: #663333;
                   color:#FFFFFF; }
tr:nth-of-type(even) { background-color: rgba(204, 204, 204, 0.75); }
td, th { font-family: Verdana, sans-serif; font-weight: bold;
         padding: 0.5em;
         border: 3px solid #663333; }
td { text-align: center; }
footer { font-size: 110%;
         font-family: Palatino, "Times New Roman", serif;
         font-style: italic;
         background-color: #CC9900;
         color: #FFFFFF;
         padding-top: 8px;
         padding-bottom: 8px; }