Attempting to use a class w/ <cal>, what is wrong w/ this? Thanks Leon Bloom
<a name=cal3>
<HEAD>
<STYLE TYPE="text/css">
H1 { font-size: x-large; color: red }
th { font-size: x-large; color: red }
ww { font-size: x-small; color: blue }
calclass { font-size: large; color: blue }
</STYLE>
</HEAD>
<body>
<h1>this is an H1 tag</h1>
<cal DAYCLASS=calclass weekclass=ww type=month WEEKLEN=1>
</body>
</a>
<a name=cal3>
<HEAD>
<STYLE TYPE="text/css">
H1 { font-size: x-large; color: red }
th { font-size: x-large; color: red }
ww { font-size: x-small; color: blue }
calclass { font-size: large; color: blue }
</STYLE>
</HEAD>
<body>
<h1>this is an H1 tag</h1>
<cal DAYCLASS=calclass weekclass=ww type=month WEEKLEN=1>
</body>
</a>