/******************************************************************************
* styles.css
*******************************************************************************
* Purpose:  CSS stylesheet for the Bristle Software Web site.
* Usage:
* Assumptions:
* Effects:
* Anticipated Changes:
* Notes:
* Implementation Notes:
* Portability Issues:
* Revision History:
*   $Log$
******************************************************************************/

/* Default fonts
 */
body, 
th, 
td      {
        font-family:verdana,arial,helvetica;
        }

/* Body of the entire HTML document.
 */
body {
        background-color:white;
        color:black;
        background-image:url('modtextb.gif');
        }

/* Textual hyperlinks that have and haven't been recently visited.
 */
a:link {
        color:#CC3333;
        }
a:visited {
        color:#808080;
        }

/* Banner title at the top of the page.
 */
.bannerTitle {
        font-family:verdana,arial,helvetica;
        color:#993300;
        font-size:28pt;
        font-weight:bold;
        }

/* Table of Contents title, and 
 * Details section title
 */
.tocTitle,
.detailsTitle {
        font-family:verdana,arial,helvetica;
        color:#666699;
        font-size:16pt;
        font-weight:bold;
        }

/* Tip titles
 */
.tipTitle {
        font-family:verdana,arial,helvetica;
        color:#993300;
        font-size:12pt;
        font-weight:bold;
        }

/* Copyright notice
 */
.copyright {
        font-family:verdana,arial,helvetica;
        font-size:8pt;
        }
