body{
  background-color: #ffffff;
  line-height: 150%;
  margin: 10px 10%;
  }
p{
  font-size: 90%;
  }
div.notes{
  font-size: 80%;
  text-indent: 1em;
  }
.red{
  color: #ff0000;
  }
.notes{
  font-size: 80%
  }
div.title{
  color: #ff0000;
  background-color: #ffffff;
  font-size: 130%;
  font-weight: bold;
  line-height: 120%;
  border-top: 5px solid navy;
  border-bottom: 5px solid navy;
  padding-top: 0.5ex;
  padding-bottom: 0.5ex;
  padding-left: 0.5em;
  margin-bottom: 2ex;
}
div.subtitle{
  color: navy;
  font-size: 60%;
  font-weight: normal;
}
div.item{
	color			: #0066ff;
	font-size		: 90%;
	font-weight		: bold;
	line-height		: 140%;
	}
ul{
	font-size		:90%;
	}
div.dir{
	font-size: 80%;
	margin-bottom: 0.5em;
	}
div.update{
	color: #666666;
	font-size: 80%;
	line-height: 110%;
	}
a:link{ 
        color: #000080;
	text-decoration: underline;
	}
a:visited{
        color: #0000cd;
	text-decoration: undirline;
	}
a:hover{
        color: #ff0033;
	text-decoration: underline;
	}
