body {
    font-size: 1em;
    color: #000000;
    background-color: #ffffff;
    font-family: 'Droid Sans', arial, helvetica
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.0em;
}

a {
    color: #d40000;
    text-decoration: none;
}

a:visited { 
    color: #700000;
}

strong {
    font-style: italic;
}

/* "auto" makes the left and right margins center the wrapper */
#wrap { 
  width: 700px; 
  margin: 0 auto; 
}