a {
	text-decoration: none;
	color: white;
  }
a:link:hover, a:visited:hover {
	color: red;
	background-color: #cccccc;
  }  
#curstate {
	color: yellow;
	text-weight: bold;
	font-size: 140%
  }
ul {
	margin-left: -2px;
	font-size: .9em;
   }  
li {
	margin-top: 1px;
	list-style-type: none;
  }
  