body {
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%
  width: 100%
}

blockquote,p,td,th {
  font-size: 100%; 
}

strong {
  font-family: Lucida Bright, Times New Roman, Times, serif;
}

input {
  font-size: 100%;
}

h2 {
  font-family: Lucida Bright, Times New Roman, Times, serif;
  font-size: 120%; 
  color: #666666;
}

.attribution {
  font-size: 75%;
  color: gray;
}

.big {
  font-size: 200%;
}

a:link { color:#0000FF; text-decoration:none }
a:visited { color:#0000FF; text-decoration:none }
a:hover { color:#0000FF; text-decoration:underline}
a:active { color:#0000FF; text-decoration:underline }
a:focus { color:#0000FF; text-decoration:underline }                                               
