body {
  
margin-left: .50cm;
margin-right: .50cm;
background: white;

}

a:link {
color: blue;
}

a:visited {
color: blue;
}

a:active {
color: red;
text-decoration: underline;
}

a:hover {
	color: #c00;
	text-decoration: underline; 
}


.audio {
 color: #660000; 
font-family: sans-serif;
    font-size:70%; 
background: #fffff3;
   
   }

.small {
 color: #660000; 
font-family: sans-serif;
    font-size:55%; 
background: #fffff3;
   
   }
.lowlight {
    color: #660000; 
background: #fffff3;
    font-weight: medium;
}
.highlight {
    color: #660000; 
background: #fffff3;
    font-weight: bold;
} 	