body { 

  font-family: Verdana, Helvetica, sans-serif;
  font-size: small;
  background: #fff url("icon.gif") no-repeat fixed top right;
  margin: 20pt 50pt 10px 5.4em;

}

p { 

  text-align: justify;

}

a:visited {

  color: blue;

}

.left_menu a, .left_menu a:visited { 

  color: silver;
  text-decoration: none;
  display: table;

}

.left_menu a:hover { 

  color: #000;

}

.left_menu { 

  font: small-caps bold 20px/200% Verdana, sans-serif;
  position: fixed;
  position: absolute;
  left: 24px;
  top: 14pt;
  width: 1px;

  /* writing-mode: tb-rl;
  filter: flipv fliph; */

}

img { 

  border: 1px #dedede solid;
  padding: 3px;

}

img:hover { 

  border: 1px #787878 solid;

}

hr { 

  border: 1px #eee solid;

}

.footer { 

  color: grey;

}

