blob: c310e2fa0a965e88af1f954ed8c6e7623782683b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
* {
font-family: Arial, Verdana, Helvetica, sans-serif;
/* font-family: Verdana, Arial, Helvetica, sans-serif; */
}
A:link IMG, A:visited { border-style: none }
/* A:focus {text-decoration: underline } */
a:link, a:visited {
/* text-decoration: none; */
color: #000000;
}
/* a:hover { text-decoration: underline } */
/* a:focus { background-color: #ccccee } */
|