  a:link { 
		font-weight: bold; 
		text-decoration: none;
		color: #969696;
	}
	a:visited { 
		font-weight: bold; 
		text-decoration: none;
		color: #969696;
	}
  a:hover { 
		font-weight: bold; 
		text-decoration: none; 
		color: gold;
	}
	span.copyright {
		color: #969696;
		font-size: x-small;
		text-align: center;
	}
  span.note {
		color: gray;
		font-size: x-small;
	}
	td {
		font-size: x-small;
	}
  div.title {
    font-size: x-large;
  }
  div.subtitle {
    font-size: small;
  }
  div.comment {
    font-size: x-small;
  }
  a.prevnext {
    font-size: small;
  }
  .prev {
    width: 144px;
    height: 1px;
  }
  .next {
    width: 144px;
    height: 1px;
  }
