
a {
 text-decoration: underline;
	
}

a:link  {
 color: #0000ff;
}

a:visited {
 color: #666600;
} 

a:hover {
 color: #ff9900;
 font-style: bold;
}

a:active {
 color: #3300ff;
}

a:focus{
 color: #3300ff;
}



body { 
  background-color: lightcyan;
/*    font-family: 'Comic Sans MS', 'Times New Roman'; */
  font-family: 'Times New Roman';
  /*    text-indent: 4em */
  /*  text-align: center */
  color: black;
}


dl {
  margin-left: 1em;
}

dt {
  line-height: 1.3;
/*    text-indent: 2em; */
}

dd {
/*    text-indent: 1em; */
}

hr {
 align: center;
 SIZE:3;
 width: 90%;
}


h2 {
  margin-top: 1em;
/*    margin-bottom: 0em */
  margin-left: 1em;
/*    margin-right: 0em; */
}

h3 {
  margin-top: 1em;
/*    margin-bottom: 0em */
  margin-left: 1em;
/*    margin-right: 0em; */
}
