Css class question (Dreamweaver 8)

I am trying to add some more definitions to a class in Dreamweaver 8 and I am getting errors and not even sure I am putting in the right code. It should be an easy one, I am beginner with using CSS I just can’t find the answer by searching. I am trying to define link properties to my text. It is the link color properties that are giving errors.

<!--
.breadcrumbstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #585655;
	a:link color: #585655;
	a:visited color: #292929;
	a:hover color: #FFFFFF;
	a:active color: #FFFFFF;
}
-->