/******************************************************************************
 *
 * File:     article.css
 *
 * Content:  Format style for article-style publications
 *
 * Created:  11/08/2003
 * Author:   Martin Konig <martin_konig@yahoo.de>
 * Version:  1.0
 * Date:     11/08/2003
 *
 *****************************************************************************/


body        { font-family: arial, tahoma, verdana, sans-serif; }
body        { text-align:justify;  }

h1          { text-align:left; margin-top: 34pt; margin-bottom:12pt; }
h2          { text-align:left; margin-top: 20pt; margin-bottom:10pt; }
h3          { text-align:left; margin-top: 12pt; margin-bottom: 8pt;}
h4          { text-align:left; }
h5          { text-align:left; }
h6          { text-align:left; }

/*
A:link, A:visited, A:active { text-decoration: none }
A:hover  { text-decoration: underline }
*/
A:hover  { text-decoration: underline }

._toc_h1    { margin-bottom: 0pt; margin-top: 12pt; font-weight:bold; text-decoration:none; color:black; }
._toc_h2    { margin-bottom: 0pt; margin-top: 0pt; text-decoration:none; color:black; }
._toc_h3    { margin-bottom: 0pt; margin-top: 0pt; text-decoration:none; color:black; }
._toc_h4    { margin-bottom: 0pt; margin-top: 0pt; text-decoration:none; color:black; }
._toc_h5    { margin-bottom: 0pt; margin-top: 0pt; text-decoration:none; color:black; }
._toc_h6    { margin-bottom: 0pt; margin-top: 0pt; text-decoration:none; color:black; }
._toc_h7    { margin-bottom: 0pt; margin-top: 0pt; text-decoration:none; color:black; }
._toc_h8    { margin-bottom: 0pt; margin-top: 0pt; text-decoration:none; color:black; }
._toc_h9    { margin-bottom: 0pt; margin-top: 0pt; text-decoration:none; color:black; }

p           { text-align:justify }
dt          { font-weight:bold }

li          { margin-bottom:6pt;text-align:justify } 


.title      { font-size: 40pt;
              text-align: center; 
              font-weight: bold;
              border-top: medium solid;
              border-bottom: medium solid; }
              
.abstract   { font-weight:bold;
              text-align:justify;
              margin-left: 15%;
              margin-right: 15%;
              margin-top: 1cm;
              margin-bottom: 1cm; }
