@media screen and (min-width: 1000px) {
  body { width: 35em ; padding-left: 10% ; }
}

a {
  text-decoration: none;
}

/* unvisited link */
a:link {
  color: darkblue;
}

/* visited link */
a:visited {
  color: #80B0DD;
}

/* mouse over link */
a:hover {
	background: #707070;
        color: #a0ffa0 ;
	font-size : %120;
}

/* selected link */
a:active {
  color: #a0ffa0 ;
}

p.signature { text-align: right ; font-style: italic }
