i have been trying and trying to find it but i cant - can anyone find the mistake?
<style type="text/css">
<!--
/* These take care of the regular links */
A:link {text-decoration: none; color: #00aa00; background-color: transparent;}
A:visited {text-decoration: none; color: #00aa00; background-color: transparent; }
A:hover {color: #cccccc; text-decoration: none; background-color: transparent; }
/* These take care of the navigation tree links */
.nav {text-decoration: none; color: #000000; background-color: transparent;}
.nav:link {text-decoration: none; color: #000000; background-color: transparent;}
.nav:visited {text-decoration: none; color: #000000; background-color: transparent;}
.nav:hover { text-decoration: underline; color: #cccccc; font-weight: bold; background-color: transparent;}
/* Standards */
BODY {font-family: Verdana, arial, helvetica, serif; font-size:12px;}
TABLE {empty-cells: show }
TD {font-family: Verdana, arial, helvetica, serif; color: #000000; font-size:12px;}
input {background-color: #666666; font-family: Verdana,arial, helvetica, serif; font-size: 9pt; color: #e1e1e1;}
textarea {background-color: #666666; font-family: Verdana,arial, helvetica, serif; font-size: 9pt; color: #e1e1e1;}
select {background-color: #666666; font-family: Verdana,arial, helvetica, serif; font-size: 7pt; color: #e1e1e1;}
/* YaBB Colors */
.windowbg {background-color: #e1e1e1; font-size: 12px; font-family: Verdana, arial, helvetica, serif; color: #000000;}
.windowbg2 {background-color: #e1e1e1; font-size: 12px; font-family: Verdana, arial, helvetica, serif; color: #000000;}
.windowbg3 {background-color: #e1e1e1; font-size: 12px; font-family: Verdana, arial, helvetica, serif; color: #000000;}
.hr {color: #444444; background-color: transparent;}
.titlebg {background-color: #444444; color: #FFFFFF;}
.text1 {font-style: normal; font-weight: bold; font-size: 12px; color: #FFFFFF; background-color: transparent;}
.catbg {color: #00cc00; font-weight: bold; font-size: 13px; background-image : url(
http://www.ozbox.host.sk/community/YaBBImages/catbg.jpg);}
.quote {font-size: 10px; font-family: Arial, verdana, helvetica, serif; color: #000000; background-color: #DEE7EF;}
.code {font-size: 10px; font-family: Courier New, helvetica, Times New Roman, serif; color: #000000; background-color: #CCCCCC;}
.help {background-color: transparent; cursor:help; }
.meaction {color: red;}
-->
</style>