blob: de6aa5fd180c1f710bc7df531a14118fa9f128e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
@CHARSET "ISO-8859-1";
body{
background:HoneyDew;
}
p{
color:#0000FF;
text-align:left;
}
h1{
color:#FF0000;
text-align:center;
}
.listTitle{
font-size:large;
}
.listElements{
color:#3366FF
}
|