You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
381 B
21 lines
381 B
|
19 years ago
|
/* --- GENERIC --- */
|
||
|
|
* { padding: 0; margin: 0; }
|
||
|
|
a img { border: none; }
|
||
|
|
body {
|
||
|
|
color: #000000;
|
||
|
|
background: #339933;
|
||
|
|
font-family: Verdana, Sans-Serif;
|
||
|
|
font-size: 100%;
|
||
|
|
padding: 0;
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
a:link, a:visited, a:hover {
|
||
|
|
font-weight: bold;
|
||
|
|
text-decoration: none;
|
||
|
|
}
|
||
|
|
a:hover {
|
||
|
|
text-decoration: underline;
|
||
|
|
}
|
||
|
|
.nospace { word-spacing: -0.35em; }
|