1 |
html
|
2 |
{background-color: #ddddff; color: black;
|
3 |
background-image: url(logo-ss-blue);
|
4 |
background-repeat: no-repeat;
|
5 |
background-position: top left;
|
6 |
background-attachment: fixed}
|
7 |
|
8 |
.ed
|
9 |
{margin: 1em 1em 1em 2em; border: blue solid thin; padding: .2em}
|
10 |
|
11 |
a:link, a:visited
|
12 |
{border-style: none;
|
13 |
text-decoration: none}
|
14 |
|
15 |
a:hover
|
16 |
{background-image: url(bo-style-li);
|
17 |
background-position: bottom left;
|
18 |
background-repeat: no-repeat;
|
19 |
background-color: transparent;
|
20 |
border-style: none}
|