1:
2:
3:
4:
5:
6:
7:
8:
9:
|
BODY {
color: #000000;
text-align : left; /* deffiniert die 'textposition'*/
font-size: 12pt ; /* schriftgröße*/
background-attachment: scroll; /* das der hintergrund fixiert ist, man kann hier auch scroll einsetzen*/
background-position: center; /* oder auch center, left, right, top, bottom*/
background-color: transparent; /* hintergrundfarbe*/
A:link {COLOR: #000000; TEXT-DECORATION: none; text-decoration:border-bottom:1 dotted; border-color:#000000 ;}
} |