/*
 * Codekey default styles
 */
BODY { background: white;
       color: black;
       margin-left: 5%;
       margin-right: 5%;
       font-family: arial, helvetica, sans-serif;
       font-weight: normal;
       font-size: 100%;
}
H1 { font-size: 150%;
     font-weight: bold;
}
H3 { font-size: 120%;
     font-weight: bold;
}
UL { list-style-type: square;
     font-style: normal;
     margin-top: 2ex;
     margin-bottom: 2ex;
}
TABLE { background: black;
}
TH { background: blue;
	 color: white;
}
TD { background: white;
	 color: black;
}
TD.paid { color: green; }
TD.unpaid { color: red; }
P.italic { font-style: italic; }
A:link { color:purple;}
A:visited { color: purple; }
A:active { color: red; }
a {  text-decoration: none}
