/* removes underline from links */

a:link{
  text-decoration: none;
}

a:visited{
  text-decoration: none;
}

a:hover{
  text-decoration: none;
}




body {
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  }



/* regular adjustments to standard markup. */

p {
  padding-left: 15px;
  padding-right: 15px;
  font-family: sans-serif;
  font-size: small;
}

h2 {
  padding-left: 15px;
  font-family: sans-serif;
  font-size: medium;
}

h3 {
  padding-left: 15px;
  font-family: sans-serif;
  font-size: small;
}

pre {
  padding-left: 15px;
}


/* image positioning. */

.floatright {
float: right;
border-width: 1px;
margin: 10px 0 10px 10px; /* top right bottom left */
}

.floatleft {
float: left;
border-width: 1px;
margin: 10px 10px 10px 0; /* top right bottom left */
}

.nbfloatright {
float: right;
margin: 10px 0 10px 10px; /* top right bottom left */
}

.nbfloatleft {
float: left;
margin: 10px 10px 10px 0; /* top right bottom left */
}
