2016-10-14 17:52:18 +02:00

13 lines
129 B
CSS

a{
font-style: italic;
color: blue;
}
a:visited{
color: green;
}
a:hover{
font-weight: bold;
color: blue;
}