/* following written on 26.3.2000 very impressively by me from scratch to see if I now can claim to be able to do style sheets. Interesting, huh?! Now stop reading this and write your own! */


BODY { background: white }
* { font-family: arial, sans-serif }
A:link { color: red }
A:visited { color: teal }
A:active { color: aqua }

P.oneofthem { text-indent: 5% }
P.purple { color:purple }

P.red { color:red }
P.aqua { color:aqua }
P.teal { color:teal }
P.fuchsia { color:fuchsia }
P.green { color:green }

P.neat { text-transform: capitalize }
LI.neat { text-transform: capitalize }
P.talent { border-style: groove ridge inset outset;
border-color: #FOF8FF #F0FFFF #5F9EA0 }