/* stylesheet for Lisanne Norman's web site */
/* lisanne1.css */
body, p, td, h1, h2, h3, h4, div, small, blockquote {
font-family: Verdana, Arial, Helvetica, Geneva, Swiss, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: #111137;
}
.head1 {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	background-color: #111137;
}
.head2 {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	background-color: #111137;
}
A:link	{ color: #FFCCFF; 
	background-color: #111137;
	text-decoration: underline;
	font-weight: bold;
}
A:Visited  {
	color : #CCCCCC;
	background-color: #111137;
	text-decoration: underline;
	font-weight: bold;
}
A:Active  {
	color : #FFCCCC;
	background-color: #111137;
	text-decoration: underline;
	font-weight: bold;
}
A:Hover  {
	color : #99CCFF;
	background-color: #111137;
	text-decoration: overline underline;
	font-weight: bold;
}
.link {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height : 16pt;
	background-color: #111137;
}

