/* this style sheet defines the basic style for all W3C pages */
/* you can point to this by adding:

     <STYLE TYPE="text/css">
       @import url(/StyleSheets/base.css);
     </STYLE>

   in the HEAD of your HTML document */

BODY {
  font-family: sans-serif;
  color: black;
  background: white;
}

A:link, A:active {
  color: #00E;
  background: transparent;
}

A:visited {
  color: #529;
  background: transparent;
}

DIV.intro {
  margin-left: 5%;
  margin-right: 5%;
  font-style: italic
}
  
A IMG { text-decoration: none }
IMG { border-style: none }
H1.title, P.author { text-align: center }
P.validation IMG { vertical-align: middle }

