  BODY {
    font-family: times new roman,ms serif,serif ;
	font-size: 100% ;
    background-color: #CC9999 ;
    margin-top: 0 ;
	margin-bottom: 0 ;
	margin-left: 0 ;
	margin-right: 0
  }
  H1 {
    font-family: gill sans,helvetica,sans serif ;
	font-size: 180% ;
    font-weight: normal ;
    text-align: center ;
    line-height: 1
  }
     H2 {
    font-family: gill sans,helvetica,sans serif ;
	font-size: 140% ;
    font-weight: normal ;
    text-align: left ;
    line-height: 1
  }
  .header {
    font-family: gill sans,helvetica,sans serif ;
	font-size: 60% ;
    font-weight: normal ;
    text-align: right ;
    line-height: 1 ;
  }
  A:link {
    font-family: gill sans,helvetica,sans serif ;
	font-size: 90% ;
    color: blue ;
    text-decoration: underline ;
  }
  A:visited {
    font-family: gill sans,helvetica,sans serif ;
    color: maroon ;
    text-decoration: underline
  }
  A:hover {
    font-family: gill sans,helvetica,sans serif ;
    text-decoration: none ;
  }
  .words {
    font-family: times new roman,ms serif,serif ;
    background-color: #FFCCCC ;
    vertical-align: top ;
  }
  .picbox {
    font-family: times new roman,ms serif,serif ;
    font-size: 80% ;
    background-color: #FFCCCC ;
    text-align: center ;
	vertical-align: middle
  }
  .words A:link {
    font-family: times new roman,ms serif,serif ;
	font-size: 90% ;
    text-decoration: none ;
  }
  .words A:visited {
    font-family: times new roman,ms serif,serif ;
	font-size: 90% ;
    text-decoration: none ;
  }
  .words A:hover {
    font-family: times new roman,ms serif,serif ;
	font-size: 90% ;
    text-decoration: underline;
  }
  .sidebar {
    font-size: 80% ;
    vertical-align: top ;
    text-align: center ;
    line-height: 1 ;
	width: 100px ;
  }
  .first {
    font-family: gill sans,helvetica,sans serif ;
	font-size: 160% ;
	font-weight: medium ;
    text-align: right ;
    line-height: 1 ;
	margin-bottom: .5em ;
  }	
  .aside {
    font-family: times new roman,ms serif,serif ;
    font-size: 90% ;
    background-color: #CC9999 ;
    text-align: justify ;
    padding: 1ex ;
    border-color: #996666 ;
    border-style: solid ;
  }
.right {
  text-align: right;
}