
body {
  padding-left: 10em;
  padding-top:5em;
  color: grey;
  width:50em;
}

h1 {

}

a:link { text-decoration:underline; color: #808080;}
a:visited { text-decoration:underline; color: black;}
a:hover { text-decoration:underline; font-weight:bold; }
a:active { text-decoration:underline; font-weight:bold; }
a:focus { text-decoration:underline; font-weight:bold; }

.clear {
  clear:both;
  font-size:0px;
  line-height:0px;
  height:0px;
}


