Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 19c645d203accfa56d7190a7a72545007200c888 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
a:link {
  text-decoration: none;
  border: none;
  color: #000000;
}

a:visited {
  color: #000000;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: #0000bb;
  font-weight: bold;
}

.te {
	margin-bottom: 2px;
	white-space: nowrap;
}

Back to the top