15 lines
185 B
CSS
15 lines
185 B
CSS
BODY {
|
|
background: white;
|
|
}
|
|
|
|
A.plain {
|
|
text-decoration: none;
|
|
}
|
|
|
|
A.sidebar {
|
|
text-decoration: none;
|
|
}
|
|
|
|
A.sidebar:hover, A.sidebar:active {
|
|
text-decoration: underline;
|
|
}
|