A:link {
color: blue; 
text-decoration: none;
}
A:visited {
color: navy; 
text-decoration: none;
}
A:hover {
 color: Teal;
 text-decoration: underline;
}
H1 {
	background: Black;
	color: White;font-family: "Palatino Linotype";
	
}
DIV {
	font-family: "Palatino Linotype";
	font-size: 12pt;
	background-color: #e8f2d3;
	text-align: justify;
	width: 600px;
	border: thin solid;
   padding:5px
}

.par1 {
	font-family: "Palatino Linotype";
	font-size: 12pt;
}
.lemma{
	background: #FFFFCC;
}
