* A:link 는 평범한 링크.
* A:visited 는 방문한적이 있는 링크.
* A:hover 는 마우스를 올린 링크.
* A:active 는 현재 방문중인 링크.
{ color: ; font-size: ; text-decoration: ; ... }
* A:visited 는 방문한적이 있는 링크.
* A:hover 는 마우스를 올린 링크.
* A:active 는 현재 방문중인 링크.
{ color: ; font-size: ; text-decoration: ; ... }
2. text-decoration: ;
* none :: 줄 없음.
* underline :: 아랫줄.
* overline :: 윗줄.
* underline overline :: 위아래 두 줄.
* underline :: 아랫줄.
* overline :: 윗줄.
* underline overline :: 위아래 두 줄.
3. etc..
* background: color; padding:2 2 0; :: 박스가 생긴다.
* background:url(dotline.gif) repeat-x bottom :: 이미지를 이용, 밑줄 만들기..
* background:url(dotline.gif) repeat-x bottom :: 이미지를 이용, 밑줄 만들기..


