
/*
 * Copyright (C) 2000-2005 gossamer.org
 * All Rights Reserved
 */

/*
 * Bugs:
 *  - P,BLOCKQUOTE required below for Netscape 4 because BODY is ignored
 *  - Font sizes specified in points due to different scaling between browsers
 *  - Colors specified in a.*:* tags for Internet Explorer 5.5
 */

/* Default color scheme */
body,p,td,blockquote    {color: black; background: white;
                        font: normal 10pt/14pt verdana, arial,
                                "times new roman", sans-serif}
b                       {font: bold 10pt verdana, arial,
                                "times new roman", sans-serif}
i                       {font: italic 10pt verdana, arial,
                                "times new roman", sans-serif}

.head                   {color: #330099; background: #6699CC;
                        font: bold 105%/135% verdana, arial, "times new roman",
                                sans-serif}
.althead                {color: #F0F0F0; background: #437BAA;
                        font: bold 12pt/16pt verdana, arial, "times new roman",
                                sans-serif}
.mhead                  {color: white; background: #6699CC;
                        font: bold italic 105% verdana, arial,
                                "times new roman", sans-serif;
                        padding: 2px}
.list                   {color: black; background: #F0F0F0;
                        font: normal 100%/125% verdana, arial,
                                "times new roman", sans-serif}
.bar                    {color: #F0F0F0; background: #437BAA;
                        font: normal 10pt/14pt verdana, arial,
                                "times new roman", serif}
.story                  {color: black; background: #F0F0F0;
                        padding: 5px}

.notice                 {font: bold 12pt verdana, arial, "times new roman",
                                sans-serif}
i.notice                {font: bold italic 12pt verdana, arial,
                                "times new roman", sans-serif}

/* Normal anchors */
a:link                  {color: #0033CC; background: white;
                        text-decoration: underline}
a:visited               {color: #AA99FF; background: white;
                        text-decoration: underline}
a:hover                 {color: #CC3333; background: white;
                        text-decoration: underline}

/* Special class for anchors to hide underlines sometimes */
a.head:link             {color: white; background: #6699CC;
                        text-decoration: none}
a.head:visited          {color: white; background: #6699CC;
                        text-decoration: none}
a.head:hover            {color: white; background: #6699CC;
                        text-decoration: underline}
a.althead:link          {color: #F0F0F0; background: #437BAA;
                        text-decoration: none}
a.althead:visited       {color: #F0F0F0; background: #437BAA;
                        text-decoration: none}
a.althead:hover         {color: #F0F0F0; background: #437BAA;
                        text-decoration: underline}
a.list:link             {color: #0033CC; background: #F0F0F0;
                        text-decoration: none}
a.list:visited          {color: #AA99FF; background: #F0F0F0;
                        text-decoration: none}
a.list:hover            {color: #CC3333; background: #F0F0F0;
                        text-decoration: underline}
a.bar:link              {color: #F0F0F0; background: #437BAA;
                        text-decoration: none}
a.bar:visited           {color: #F0F0F0; background: #437BAA;
                        text-decoration: none}
a.bar:hover             {color: #F0F0F0; background: #437BAA;
                        text-decoration: underline}
a.story:link            {color: #FF0000; background: #F0F0F0}
a.story:visited         {color: #990000; background: #F0F0F0}
a.story:hover           {color: #FF0000; background: #F0F0F0}

