/* 
   link colors
*/
A:link, A:visited, A:active 
	{ color: #333366; }
A:hover 
	{ color: #336666; }

/* 
   default text styles
*/
BODY  
	{ 
	  background-color: #cccccc;
	  color: #000000;
	}

.Error {
	color: red;
}

.Address {
	font-style: italic;
	font-size: small;
}

.Lines {
   background-color: #CC3333;
}