body { color: black; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: white; }

p {}

td { font-size: 8pt; }
th { font-size: 8pt; }

a:link { color: blue }
a:visited { color: purple }
a:hover { color: purple }
a:active { color: red }

input:focus, textarea:focus, select:focus
	 { background-color: #ffffe0 }
input:active, textarea:active, select:active { background-color: #ffffe0 }
input:hover, textarea:hover, select:hover { background-color: #fffafa }
input, textarea, select  { background-color: #faf0e6; border: solid 1px; font-size:9pt; }

