body {
	background-color: transparent;
	font-family:  Baskerville, Arial, Helvetica, sans-serif;
	font-size: 11pt;  color: DarkGreen;
	line-height: 11pt;
	margin:0px, padding:0px; 	
	}
		


h1 {
	font-size: 26pt;
	font-weight: bold;
	font-style: italic;
	}

h2 {
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;	
	}

h3 {
	font-size: 16pt;
	font-weight: bold;	
	}

a:link {
	color: Sienna;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	}
	
a:visited {
	color: Sienna;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	}
	
a:hover {
	color: Sienna;
	text-decoration: underline overline;
	font-weight: bold;
	font-size: 9.5pt;
	}


.invoice {

 background: white;
 color:black;
 border:5px ridge DarkGreen; 
	}

.small {
	font-size: 8pt;
	font-style: italic;
	}

.div {
	background-color: transparent;
	margin:0px, padding:0px; 	
	}

.footer {
	font-size: 8pt;
	line-height: 8pt;
	}

	
a.footer:link {
	font-size: 8pt;
	}
	
a.footer:visited {
	font-size: 8pt;
	}	

a.footer:hover {
	font-size: 8.5pt;
	}


	