ul {
  margin: 3px;
}

body {
 margin-top:50px;
 margin-bottom:50px;
 margin-right:100px;
 margin-left:100px; 
 font-family:Verdana;  
 font-size:85% 
}


ul li {
  list-style-type:disc;
  list-style-position:outside;
  padding-bottom:3px;
}


td {
  vertical-align: top;
}

precept {
 font-size:50%;

}

/* for unvisited links */
a:link { 
color:blue;
text-decoration: none; /* removes underline */
}

/* for visited links */
a:visited {
color:blue;
text-decoration: none; /* removes underline */
} 

/* when link is clicked */
a:active {
} 

/* when mouse is over link */
a:hover {
color:blue;
text-decoration: underline;
/* font-weight:bold; */
}

