11 lines
125 B
CSS
11 lines
125 B
CSS
a:link, a:visited
|
|
{
|
|
text-decoration: none;
|
|
color: #0000ff;
|
|
}
|
|
a:hover
|
|
{
|
|
text-decoration: underline;
|
|
color: #0000ff;
|
|
}
|