<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* DEFAULTS */
div {
	border: 0px solid red;
	margin: 0px;
	padding: 0px;
}

/* Get rid of the default margin in general and the default padding in Opera*/
body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}	

/* Avoids bugs in IE and Opera for using percentage measurements for text*/
body {
	font-size: 100.01%;
}

/* Fixes bug in IE5 - tells the table to take the font size from surrounding content */
table {
	font-size: 1.0em;
}

p, td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #696969;
	line-height: 15px;
	font-weight: bold;	
	}
	
.normal {
	font-weight: normal;
	}	

a, a:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #986217;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
</pre></body></html>