/* CSS style sheet for the Palantiri web page. */

BODY { background-color: #000000; color: #FFFFFF; 
       font-family: Arial, Helvetica, Sans-Serif; font-size: small }

A:LINK    { color: #5555FF }
A:VISITED { color: #551A8B }
A:ACTIVE  { color: #FF0000 }

IMG       { text-align: center } /* Slight hack here... :( */

DFN       { color: #FF0000; font-style: italic }

BLOCKQUOTE { font-style: italic }
SPAN.Red        { color: #FF0000 }
DIV.Reference   { color: #808080; font-size: x-small; margin-left: 5em;
                  margin-bottom: 1em }

ADDRESS   { font-size: x-small; color: #808080 }

P.Ring    { font-style: italic; text-align: center; margin-top: 1em }