/**********************************************
 * Style Sheet file for tab'ed webpages       *
 *                                            *
 * Copyright: FraLa (2006)                    *
 **********************************************/

/**********************************************
 * Adjust the following optional stylea to    *
 * meet your needs.                           *
 *                                            *
 * General font and color scheme              *
 **********************************************/
BODY         { color:         #000000;
               background:    #E0E0E0 }

/**********************************************
 * Subtitle style                             *
 **********************************************/
H1           { color: #0000FF }

/**********************************************
 * Content boxes (mandatory styles)           *
 **********************************************/
TD.content   { background:    #FFFFFF;
               color:         #000000 }
A:link,
A:active,
A:visited    { color: #0000FF }
A:hover      { color: #0000FF }
H2,
H3,
H4           { color: #0000FF }

/**********************************************
 * Content boxes (optional styles)            *
 **********************************************/

/**********************************************
 **********************************************
 **********************************************
 * The following are vital for the system to  *
 * work and should thus not be modified.      *
 **********************************************
 **********************************************
 **********************************************/

BODY              { margin-top:     0;
                    margin-left:    0;
                    margin-right:   0;
                    margin-bottom:  0 }

TD.menu           { font-size:      larger;
                    font-weight:    bold;
                    line-height:    200%;
                    white-space:    nowrap;
                    vertical-align: top;
                    padding-right:  20px }

TD.content        { width:          100%;
                    padding:        10px;
                    vertical-align: top }
