body {	font-size: 6pt;
	font-weight: bold;
	font-family: Comic Sans, Arial, Helvetica;
	color: silver;
	background-color: rgb(130,130,130); }

h1 { font-size: 16pt; }
h2 { font-size: 10pt; }

p { margin-left: 80pt; margin-right: 80pt; }
p.blocktext {margin-left: auto;
                   margin-right: auto;
                   width: 250px; }

table.gray { background-color: rgb(0, 0, 0); }
table.silver { background-color: rgb(130, 130, 130); }

a {text-decoration: none}
a:hover {background-color: rgb(252,0,0); }
a:link {color: silver; }
a:visited {color: silver; }
a:active {color: silver; }