blob: 53dd3c47c0387896ed1fa1970c138051788b4f72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<body>
<style>
.rt {
color: green;
font-family: arial, sans-serif;
font-size: 0.85em;
}
.rd {
font-size: 0.7em;
margin-bottom: 0.3em;
}
.frompkg {
color: brown;
font-family: arial, sans-serif;
}
.topkg {
color: red;
font-weight: bold;
font-family: arial, sans-serif;
}
</style>
|