body {background: #ffe000 url(/bg.gif) repeat;
       color: #990033; }

.right  {text-align: right; }
.center {text-align: center; }

.extra {background: #ffffc0;
        color:      black;
        padding:    10px;
        border:     1px solid red; }

.red   {background-color: transparent; color: red; }

:link    {background-color: transparent; color: #0000cc; }
:active  {background-color: transparent; color: red; }
:visited {background-color: transparent; color: #990099; }

:link    img {border-style: none; }
:visited img {border-style: none; }
