body {
  line-height: 150%;
  background-color: #FFFFcc
}

li {
  line-height: 150%;
}
h2 {   background-color:ccffff;  
       text-align: center
}

a { text-decoration: none; }
a:link { background: transparent; }
a:visited { background: transparent; }
a:active { background: transparent; }
a:hover { background: transparent;
	text-decoration: underline;
}
strong a:link {
	color: #ff0000;
	background: transparent;
}
strong a:visited {
	color: #ff0000;
	background: transparent;
}
strong a:active {
	color: #ff0000;
	background: transparent;
}
strong a:hover {
	color: #ffff00;
	background: #000000;
	text-decoration: none;
}

