/* http://ral.ucar.edu/~tres/main.css */

body {
  font-family: Verdana, Helvetica, sans-serif;
  line-height: 140%;
  background-color: #FFFFFF;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
}

a {
  color: #09C;
  text-decoration: none;
  font-weight: bold;
}
a:link {color: #09C;}
a:visited {color: #07A;}
a:hover {color: blue;}

h1 { background: #ADD8E6;
  padding-left: 5px;
  border-style: solid;
  border-width: thin;
  font-size: 135%;
}
h2 { font-size: 125%; }
h3 { font-size: 115%; }
h4 { font-size: 105%; }

code.mail {
  color: green;
  font-size: 115%;
}

p.footer {
  text-align: left;
  font-size: smaller;
}
