
/* Basic styles */

.floatClear {
  clear:both;
}

br.floatClear {
  height: 0em;
}

body {
  color: rgb(0,0,0);
  background-color: white;
  font-family: helvetica, arial, sans-serif;
}
body a:link   { color: #000099; }
body a:visited { color: #990099; }

h1 {
  text-align: center;
  font-weight: bold;
  font-size: 1.44em;
  font-family: helvetica, arial, sans-serif;
}
h2 {
  font-weight: bold;
  font-size: 1.15em;
}
ul li h2,
ol li h2
{
  display: inline;
}

div.example {
  margin-left:  2em;
  margin-right: 2em;
}

div.mainColumn {
  float: left;
  width: 65%;
}

div.sidebar {
  margin-left: 70%;
}

