.menu a:link, .menu a:visited, .menu a:active {
  color: firebrick;
  background: floralwhite;
  text-decoration: none;
  /*font: bold;*/
  border: 1px solid crimson;
  margin-left: 15px;
  padding: 2px;
  }

body {
  background: snow;
  color: black;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
}

ul ul, table ol, table ul, dl ol, dl ul {

  margin-left: 2em;
  margin-right: 1%;
  padding-left: 0;
  font-size: 12px;
}


table td, table p, table dl, ol p, ul p, dl p, blockquote p, .note p, .note ul, .note ol, .note dl, li pre, dd pre {
  margin-left: 0;
  margin-right: 0;
  font-size: 12px;
}

a:link {
  color: Blue;
  background: transparent;
  border: thin;
}

a:visited {
  color: CornFlowerBlue;
  background: transparent;
}

a:active {
  color: green;
  background: #FFD700
}
