@charset "utf-8";
/* Default style page */

body {
	color: #006;
	font-size: 12pt;
	background: white;
	font-family: Arial, sans-serif;
	margin-left: 1em;
	margin-right: 1em;
}

a { background: transparent; }
a:link { color: blue; text-decoration: underline; }
a:visited { color: purple; text-decoration: underline; }
a:active { color: red; text-decoration: underline; }

h1, h2 {
	font-family: "Times New Roman", serif;
}

h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
}

pre {
	font-family: monospace;
}
