/*  Stylesheet for TF pages.  */

body {color:#ffe6cc;
      background:#667399}
p    {margin-left:0.5em; margin-right:0.5em}

a:link {color:#ffff4d;
        text-decoration:underline}
a:visited {color:#ccccff;
           text-decoration:underline}
a:active {color:#00ffff;
          background-color:#000000;
          text-decoration:none}
a:hover {color:#00ffff;
         text-decoration:underline}

ul       {list-style-type:disc}
ul ul    {list-style-type:square}
ul ul ul {list-style-type:circle}

a.offsite:before {content:"[ "}
a.offsite:after  {content:" ]"}

/* Layout of the navigation bar. */
ul.navbar      {list-style-type:none;
                margin-left:0em;
                text-align:center;
                font-size:1.2em;
                font-variant:small-caps}
ul.navbar li   {display:inline; margin:0em 0.5em}

/* Positioning and colors for the navigation bar. */
ul.navbar {position:fixed; margin-top:0em;
           top:0em; left:0em;
           width:100%;
           background-color:#6683aa;
           border-bottom:groove}

/* Make a fixed background image:
   body {background-image: url(bg.png);
         background-position:top left;
         background-attachment:fixed;
         background-repeat:no-repeat}
   Alternately, one can make a box for the image and declare
   it in the markup rather than the sheet...
   div.watermark {position:fixed;left:0em;top:0em}
         */

h1  {text-align:center; font-variant:small-caps}
h2  {text-align:center}
h3  {text-align:left}

