/* beo_std.css                                   */
/* BEO - BOOKS                                   */
/* standard style sheet formats                  */
/*                                               */
/* <!-- todo: ... -->                            */
/*                                               */
/* 7.02 hal 16.04.03 new: disable                */
/* 6.06 hal 28.12.02 'script' changed to Courier */
/* 1.05 hal xx.07.01 'bold' defined              */
/* 1.04 hal 29.06.01 background image definition */
/*                   moved to html files         */
/* 1.03 hal 27.06.01 table format definitions    */
/*                   as customized formats       */
/* 1.02 hal 15.06.01 font changed to Times Roman */
/* 1.01 hal 15.03.01                             */
/*                                               */
/* Arial,Helvetica,sans-serif                    */
/* "Times Roman",Times,serif                     */
/* Courier New,Courier                           */

body  { background-color:#000000;
        color:#00009f;
        font-family:"Times Roman",Times,serif;
        font-size:14pt; }

h1    { font-family:"Times Roman",Times,serif;
        font-size:32pt;
        font-weight:bold;
        color:#00009f; }

h2    { font-family:"Times Roman",Times,serif;
        font-size:24pt;
        font-weight:bold;
        color:#00009f; }

h3    { font-family:"Times Roman",Times,serif;
        font-size:18pt;
        font-weight:bold;
        color:#00009f; }

h4    { font-family:"Times Roman",Times,serif;
        font-size:16pt;
        font-weight:bold;
        color:#00009f; }

/*td    { font-family:"Times Roman",Times,serif;
        font-size:14pt;
        color:#00009f; }*/

/*table { table-layout:fixed;
        border-width:0px;
        border-style:none;
        padding:0px;
        margin:0px }*/  

a:link    { text-decoration:underline;
            font-weight:bold;
            color:#9f2f2f; }
a:visited { text-decoration:underline;
            font-weight:bold;
            color:#3f0000; }
a:hover   { text-decoration:underline;
            font-weight:bold;
            color:#df0f0f; }
a:active  { text-decoration:underline;
            font-weight:bold;
            color:#df0f0f; }

#remark   { font-family:"Times Roman",Times,serif;
            font-size:12pt;
            color:#c0a000;
            font-weight:bold;
            font-style:normal; }

#disable  { font-family:"Times Roman",Times,serif;
            font-size:12pt;
            color:#e7e7cb;
            font-weight:bold;
            font-style:normal; }

#table    { font-family:"Times Roman",Times,serif;
            font-size:14pt;
            color:#00009f;
            font-weight:medium;
            font-style:normal; }

#bold     { font-family:"Times Roman",Times,serif;
            font-size:14pt;
            color:#00009f;
            font-weight:bold;
            font-style:normal; }

#alert     { font-family:"Times Roman",Times,serif;
            font-size:14pt;
            color:#9f2f2f;
            font-weight:bold;
            font-style:normal; }

#small    { font-family:"Times Roman",Times,serif;
            font-size:10pt;
            color:#00009f;
            font-weight:medium;
            font-style:normal; }

#giant    { font-family:"Times Roman",Times,serif;
            font-size:18pt;
            color:#00009f;
            font-weight:bold;
            font-style:normal; }

#big      { font-family:"Times Roman",Times,serif;
            font-size:16pt;
            color:#00009f;
            font-weight:bold;
            font-style:normal; }

#script   { font-family:Courier New,Courier;
            font-size:12pt;
            color:#000000;
            font-weight:medium;
            font-style:normal; }

