/* General font settings */
body { background-color: #000000; color: black; }
body,div,td,th { font-family: Arial, verdana, helvetica; font-size: 9pt; }

/* Standard tags */
div.h1 { font-size: 16pt; font-weight: plain; color: #000000; }
div.products { font-size: 8pt; font-weight: plain; color: #ffffff; }
div.small { font-size: 7pt; font-weight: plain; color: #000000; }
div.footer { font-size: 9pt; font-weight: plain; color: #ffffff; }
div.error { font-size: 9pt; font-weight: plain; color: #ff0000; }
span.products { font-size: 8pt; font-weight: plain; color: #ffffff; }
div.credits { font-size: 8pt; font-weight: plain; color: #ffffff; }


/* Links */
a { text-decoration: none; color:#ff0000; }
a:hover { color: #000000; }

div.credits a { text-decoration: none; color:#00ccff; font-size: 8pt; }
div.credits a:hover { color: #ffffff; }