/* See http://www.w3.org.TR/REC-CSS1-961217
        http://www.w3.org/TR/REC-html40/
        http://www.w3.org/TR/REC-html40/present/styles.html
        http://www.w3.org/Style/
 
Both Netscape and IE seem to have bugs in how they handle
style-sheets, so don't get too clever. In particular, :first-letter
and font-variant: do not seem to work.
*/
img     {
            border-style: none;
        }
body    {
            font-family: sans-serif;
            background: #ffffe0 fixed no-repeat center;
        }
table   { background: transparent;
	}
form p  { color: blue;
	}
h1	{
	    font-size: xx-large;
	}
h2	{
	    font-size: x-large;
	}
u	{
	    text-decoration: none;
	}
h1, h2, h3      {
                clear: both;
            }
a       {
            font-size: medium;
        }
