@import url("styles1.css");
/* Buggy browsers get */

body {color: #000000; font-size: 16px} /* so we have something to refer to */

tr, td {color: #000000; font: 16px Arial, sans-serif}

code, kbd, tt, samp, pre, label {color: #ffffff; font: 14px /* 16*.9 */ monospace}

big {color: #000000; font-size: 18px} /* note that you should add contextual selectors if big is used on text that is smaller or larger already - e.g., h3 big {font-size: 28px}. however, it is unlikely that this will be so */

small, sup, sub {color: #000000; font-size: 14px} /* see comments under big */

dt {color:#660000; font-weight:bold}

h1 {color: #003366; font: 32px Arial, sans-serif}

h2 {color: #003366; font: 28px Arial, sans-serif}

h3 {color: #003366; font: 24px Arial, sans-serif}

h4 {color: #003366; font: 21px Arial, sans-serif}

h5 {color: #003366; font: 18px Arial, sans-serif}

h6 {color: #006666; font: 16px Arial, sans-serif}