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; 
}

P {
font-family: sans serif;


}
.lowlight {
    color: #660000; 
background: #fffff3;
    font-weight: medium;
}
.highlight {
    color: #660000; 
background: #fffff3;
    font-weight: bold;
} 	
