@import url(styles1.css);
/* Buggy browsers get */

body {color: #ffffff; font-size: 16px; background: #000099 url('images/bg6.jpg') top left} /* so we have something to refer to */

tr, td {color: #ffffff; font: 16px sans-serif}

code, kbd, tt, samp, pre, label {color: #ffffff; font: 14px /* 16*.9 */ monospace}

big {color: #ffffff; 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: #ffffff; font-size: 14px} /* see comments under big */

dt {color:#ff9900}

h1 {color: #CCCCCC; font: 32px sans-serif}

h2 {color: #FFFFFF; font: 28px sans-serif}

h3 {color: #ECECEC; font: 24px sans-serif}

h4 {color: #ECECEC; font: 21px sans-serif}

h5 {color: #FFFFFF; font: 18px sans-serif}

h6 {color: #FFFFFF; font: 16px sans-serif}


