hi all...

i'm doing a small project that uses a style sheet, and i'm having a problem with the syntax. in the code below, each of the character(s) that are bolded are underlined with a green line, indicating that something is "wrong..." please let me know if anyone see's the error.

thanking you in advance!!

jay (freabird)


<style type="text/css" title="Application Style Sheet">
<!-
.pageheading
{
color: #000000;
font-family: Tahoma, Arial;
font-size: 16PT;
font-weight: bold;
}

.tableheading

{
color: #FFFFFF;
font-family: Tahoma, Arial;
font-weight: bold;
font-size: 9pt;
background-color: #AA0000;
text-align: center;
}

.tabletext

{
color: #000000;
font-family: Tahoma, Arial;
font-size: 9pt;
}

.tabletext_gray

{
color: #000000;
font-family: Tahoma, Arial;
font-size: 9pt;
background-color: #CCCCCC;
}

->
</style>