A:link {text-decoration: underline; color: Blue}
A:visited {text-decoration: underline; color: #898DD7}
A:hover {text-decoration: none; color: Red; background: #E3E4FD;}
A:active {text-decoration: none; color: Red}

body { 
	font-family: Arial, Helvetica, sans-serif; 
	background: #F3F3FF url(background.png);
}
	
h1, h2, h3, h4, h5, h6 { 
	font-family:  Helvetica, Arial, sans-serif;
	page-break-after: avoid;
	}
.date {
	font-family: monospace;
	font-style: italic;
}