@import url("base.css");

address { font-style: normal }
a:hover#line {
	color: #44CCFF;
	background-color: #000066;
	text-decoration: underline
}
a#normal { text-decoration: underline }
ul { list-style-type: square }
li { margin: 6px }