# Is this css correct?

**URL:** https://forum.kirupa.com/t/is-this-css-correct/129425
**Category:** Uncategorized
**Created:** [November 23, 2004, 3:58pm UTC](https://forum.kirupa.com/t/is-this-css-correct/129425 "2004-11-23T15:58:05Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![dragonfly](https://avatars.discourse-cdn.com/v4/letter/d/8e8cbc/32.png) [@dragonfly](https://forum.kirupa.com/u/dragonfly)
#### Post date: [November 23, 2004, 3:58pm UTC](https://forum.kirupa.com/t/is-this-css-correct/129425/1 "2004-11-23T15:58:05Z")

</div>

This works, but it doesn’t seem correct:

```auto
.leftnav {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;}
	a:link {color: #BBD4E0; text-decoration:none;}
	a:active {color: #BBD4E0; text-decoration:none;}
	a:visited {color: #BBD4E0; text-decoration:none;}
	a:hover {color: #666666; text-decoration: none;}

```

I’m just trying to make links appear a couple of different ways, and this is the only way I could figure out how to do it. I have another set of link styles that appear in this css file but not in a class, as a default style.
