/* ==================================================================== */
/*  NAME.........: WarpBASIC Header Document Style Sheet                */
/*  FILE NAME....: headers.css                                          */
/*  DATE CREATED.: Sunday, August 17th, 2003                            */
/*  COPYRIGHT....: Copyright (c) August 2003 - Stephane Richard         */
/* -------------------------------------------------------------------- */
/*  DESCRIPTION..: CSS (Cascading Style Sheet) definition file for the  */
/*                 Ada World Header sections html file.                 */
/* ==================================================================== */

body             { background-color: #000000 }

p.title          { font-family:      "Impact", "Arial Bold";
                   font-size:        xx-large;
                   text-align:       right;
                   margin-top:       0px;
                   margin-bottom:    0px;
                   margin-left:      0px;
                   margin-right:     0px;
                   color:            #EEEEAF }

p.description    { font-family:      arial, verdana;
                   font-size:        large;
                   font-weight:      bold;
                   text-align:       right;
                   margin-top:       0px;
                   margin-bottom:    0px;
                   margin-left:      0px;
                   margin-right:     0px;
                   color:            #FFFFFF }

