a { 
	text-decoration: none;
	color: white
  }

a:hover {
		text-decoration: underline;
	  	color: red;
	  	background-color: lightsteelblue
	}

li em {
	color: red;
	font-weight: bold;
	background-color: #FFFFFF
      }
      
ul {
	margin-left: 2cm
   }
   
ul ul {
	text-decoration: underline;
	margin-left: .5cm
      }
     
span {
	color: red;
	font-size: .6cm;
	height: 1em
     }
     
.super {
	position: relative;
	top = -1ex
       }

.sub {
	position: relative;
	bottom = -1ex
     }
     
div {
	background-color: seagreen;
	margin-bottom: 0.25cm
    }

font {
	color: antiquewhite
     }
