14 lines
132 B
CSS
14 lines
132 B
CSS
/*
|
|
$Id$
|
|
|
|
*/
|
|
|
|
body {
|
|
color: #242424;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: #344080;
|
|
background-color: transparent;
|
|
}
|