Помогите найти ошибку в коде. menu_1 берет свойства элемента copy.
Конкретно: меняю цвет ссылок в copy, они меняются в menu_1. Очень надо, очень срочно, очень пожалуйста

Сам код:


<style type="text/css">
<!--

body {
background-repeat: repeat-x;
background-color: #000e22;
background-image: url(&#39;[Только зарегистрированные пользователи могут видеть ссылки. ]);
font-family: "Times New Roman", Times, serif;
}

body,td,th {
color: 8cc8ff;
font-family: "Times New Roman", Times, serif;
}

a:link {
color: #cceeff;
text-decoration: none;
}
a:visited {
color: #cceeff;
text-decoration: none;
}

a:hover {
color: #5dadff;
text-decoration: none;
}
a:active {
text-decoration: none;
}


/* Меню */

#menu_1
{color: #FFFFFF}
{font-size: 14pt;}
a:link {
color: #FFFFFF;
text-decoration: none;
font-family: "Times New Roman", Times, serif;
}
a:visited {
color: #FFFFFF;
text-decoration: none;
}
a:hover {
color: #FFFFFF;
text-decoration: none;
}
.topmenu {font-size: 16pt}


#copy
{color: #669900}

a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
.botcopy {font-size: 10pt}

-->
</style>