/* File: webcards.css (as of 20001223)
   Author: Tobias Ferber <ferber@icada.de> */

/* $Id: webcards.css,v 1.2 2001/01/13 15:00:19 ferber Exp $ */

body {
  background-color: white;
  background-image: url(../share/bg.gif);
  background-attachment: fixed;
  background-repeat: repeat;
}

/*a { text-decoration: none; }*/ /* no underline ... */
a:link { color: #000080;    font-weight: bold; }
a:visited { color: #000a32; font-weight: normal; /*font-style: italic;*/ }
a:active { color: #efb300;  font-weight: bold; }

table { border-width: 0; /*padding: 0;*/ }

th { font-family: arial, helvetica, sans-serif }
td { font-family: arial, helvetica, sans-serif }
