/* CSS Def's
   $Id: styles.css,v 1.6 2001/01/14 15:16:43 jojo Exp $ */

body {
	background-color: #ffffff;
	color: #000000;
	margin-left: -1pt;
	margin-top: -1pt;
}

h1, h2, h3 {
	font-family: Arial, sans-serif;
}
h1 { font-size:18pt; }
h2 { font-size:14pt; }
h3 { font-size:12pt; }

em {
	font-family: "Times New Roman", Times, serif;
}

kbd {
	font-family: monospace
}

a {
	color: #2020b0;
}

a.top {
	color: #000000;
	background-color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold
}

td.head {
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
}
