  body {
    font-family: "Times New Roman", Times, serif;
    background-color: #FFFFCC;
  }
  
    .nlist {
    width: 100%;
    margin: 0 0 1.5em 0;
    list-style-type: none;
	text-align:left;
	font-size: 1.1em;
	font-style:italic;
	position:absolute; 
	left:-30px;
	color=#0000FF;

  }
  
    .nlist ul {
    list-style-type: none;
	text-align:left;
  }

  .nlist li {
    width: 100%;
    margin:10px 0 10px 0;
    padding: 5px 0 5px 0;
	text-align:left;
  }
  
    .nlist a,
    .nlist a:visited {
    color: #0000FF;
	text-decoration: none;
  }
.highlight { color: #E60005; }
