16 lines
197 B
CSS
16 lines
197 B
CSS
|
body {
|
||
|
color: #706E6E;
|
||
|
background-image:url(verwirr.jpg);
|
||
|
background-attachment:fixed
|
||
|
}
|
||
|
|
||
|
h1, h2, h3, h4 {
|
||
|
color: #7fb945;
|
||
|
}
|
||
|
|
||
|
a:link, a:visited {
|
||
|
color: #7fb945;
|
||
|
}
|
||
|
|
||
|
.smalltext { font-size:small }
|