  /* Poster Child Style Sheet */

body   { background-color: #000000;
         color: #FFFFFF }
p      { font-family: arial; font-size: 16pt }
.redtext { color: #FF0000 }

/* First, for normal a tags: */
a:link    {color: brown;}
a:visited {color: white;}
a:active  {color: red;}
a:hover   {color: yellow;}

/* tags with a class="super" set on them */
a.super:link    {color: #ffffff; font-size: 100%; text-decoration: none;}
a.super:visited {color: #004400; font-size: 100%; text-decoration: none;}
a.super:active  {color: #000000; font-size: 100%; text-decoration: none;}
a.super:hover   {color: #00ff00; font-size: 200%; text-decoration: none;}

/* Now for tables */
table   { cellspacing: 100 } 