h1 { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 2.0em; color: #000000}
/* this is a simple selector which makes all H1 headings Arial, 1.3 ems (which is 130% of the browser's default font size), and dark purple*/

a:link { color: #0000CC}

a:visited { color: #CC0000}

a:hover { color: #9933CC}
/* this is a simple selector which makes all links turn purple upon rollover */

body {font-family: Arial, sans-serif;
        font-size: .9em; 
       text-align: center;
 background-color: #fffffc;
}

td,th {font-family: Arial, sans-serif;
         font-size:.9em;
}

table.center {margin-left:auto; margin-right:auto;}

.fifty { font-size: 150% ; }

.twelve { font-size: 112% ; }

.zebra { font-size:112%;font-weight:bold; }

.jzz { font-size:112%; font-style:italic; font-weight:bold }


