/* Master style sheet for NetWinder.org - May 2000 */ /* Any changes must be approved by Ralph! */ /* Set the default page colors */ body { color: black; background: white; } /* Set the default font. Sadly you can't just set it in BODY. */ a,p,td,th,ol,ul,li,h1,h2,h3,h4,h5,h6,form,input,select,option { font-family: arial, helvetica, sans-serif; } /* Set a bolder font for major block headings */ th.nav { font-family: "arial black", arial, helvetica, sans-serif; text-align: center; color: white; } /* Placeholder, for now */ td.nav { } /* Make all links default to blue */ a { color: blue; } /* Provisions for monospaced fonts */ tt,pre { font-family: monospace; } /* Class for smaller fonts */ .small { font-size: 80%; }