summaryrefslogtreecommitdiff
path: root/gtdfh.css
blob: 5253d63abc897407f0699bc682c0c69b3341bba0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
body {
    font-face: serif;
}

a:link {
    color: blue;
}

a:visited {
    color: green;
}

a:hover {
    color: pink;
}

a:active {
    color: red;
}