/*******************************************************************************
 *   
 *   B A S I C
 *   basic styles for older browsers
 *
 ******************************************************************************/

@import url("master.css");

* {
  margin: 0;
  padding: 0;
}
body {
  color: #050d24;
  font: small/140% "Lucida Grande", verdana, helvetica, arial, sans-serif;
}
a {
  color: #2f63b3;
}
h1, h2, h3, h4, h5, h6, .sidenotes strong {
  font-family: "Lucida Grande", "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
}
h1 {
  font-size: 100%;
  margin-top: 1em;
}
ul,
ol {
  padding-left: 20px;
}
