body {
  margin: 1.5em;
  color: #000;
  background: #ffc;
}

a:link, a:visited {
  color: #00f;
  background-color: transparent;
  text-decoration: none;
}

a:hover, a:active {
  color: #f60;
  background-color: transparent;
  text-decoration: underline;
}

a[name]:hover {
  color: #000;
  background: #fff;
  text-decoration: none;
}

h1 {
  font-size: large;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #f60;
}


p { margin: 0 }

.c1 { font-size: xx-small }
.c2 { font-size: x-small }
.c3 { font-size: small }
.c4 { font-size: medium }
.c5 { font-size: large }
.c6 { font-size: x-large }
.c7 { font-size: xx-large }
.c8 { list-style-position: outside }


ul { 
   list-style: disc url(m.gif) inside
}
