a          { text-decoration: none      }
a:hover    { text-decoration: underline }
a:active   { text-decoration: underline }
strike     { color: grey                }
u          { text-decoration: none;
             background-color: yellow   }
tt         { color: #2e3436;            }
pre        { color: #2e3436;
             margin-left: 20px          }
h1         { text-decoration: none;
             color: grey                }
h2         { color: grey               }
h3         { color: grey               }
h4         { color: grey               }
h5         { color: grey               }
span.insen { color: grey                }

body      {background-color: #fff; color: #000; font-family: sans-serif}

a         {text-decoration: none;}
a:link    {color: #0a7e0a;}
a:visited {color: #9d1313;}
a:hover   {text-decoration: underline}
a:active  {text-decoration: underline}
a.empty   {color: gray}
a.private {color: black}

u         { text-decoration: none;
	    background-color: yellow   }

ul.menu   {list-style-image: url(bullet.png);} 
ul        {text-align: left}

.error    {color: #f00;}
.header   {color: #777;}
.footer   {color: #777;}

textarea  {width: 100%;}
