body {
	font-family: "verdana", "arial", "helvetica", sans-serif;
	font-size: 80%;
}

h1 { font-size: 200% }
h2 { font-size: 150% }

a { color: blue; }
a:hover { color: red }

th { font-size: 90%; }
td { font-size: 80%; }

//th { background-color: #DDDDDD; font-size: 90%; }
//td { background-color: #EEEEEE; font-size: 80%; }

.border { border: thin groove #BBBBDD; padding: 4mm; }