Размер файла: 708B
- body { color: #ff9; border: outset 4px maroon; }
- a:active {
- background-color: #808;
- color: #FF0;
- text-decoration: none;
- }
- a:hover {
- background-color: #808;
- color: #FF0;
- }
- a:link {
- color: #FF0;
- text-decoration: none;
- }
- a:visited {
- color: silver;
- text-decoration: none;
- }
- .a { font-stretch: extra-condensed; font-variant: normal; font-size-adjust: inherit; background-color: maroon; text-transform: capitalize; text-align: center; border: outset 3px lime; }
- .b { background-color: #00f; text-align: center; border: outset 3px maroon; }
- .c { font-size: 12px; text-align: center; border: outset 4px teal; }
- .d { background-color: gray; border: groove 3px maroon; }