/* paperdef.css                          */
/*                                       */
/* css style sheet definitions for       */
/*   www.leiffrenzel.de/Papers           */
/*   [online essays]                     */
/* by Leif Frenzel                       */
/*   himself@leiffrenzel.de              */
/*                                       */
/* document last changed 2 May 2000      */


/* background and text color */
body {background-color:#ffffff; color:#000000;};

/* link colors */
a:link {color:#4433cc; text-decoration:underline;}
a:visited {color:#cc3333; text-decoration:none;}
a:active {color:#cc9999; text-decoration:none;}

/* top alignment in table cells */
td {vertical-align:TOP};