1BODY {
2    background: white;
3}
4
5A.plain {
6    text-decoration: none;
7}
8
9A.sidebar {
10    text-decoration: none;
11}
12
13A.sidebar:hover, A.sidebar:active {
14    text-decoration: underline;
15}
16