/* global style layout */

/* colors and font for the body: */
body {background-color:#ffffff; 
      color:#000066; 
      font-family:sans-serif,Arial,Verdana,helvetica,lucida;
      margin-left:10px;}

body.doc {background-color:#ffffee; 
          color:#000066; 
          font-family:sans-serif,Arial,helvetica,Verdana,lucida;
          margin-left:10px}

body.blue { background-color:#ffffff;
            font-family:sans-serif,Verdana,Arial,helvetica,lucida;
            background-image:url(bluebar.gif);
            background-repeat:repeat-y; 
            margin-left:41px;}

/* sometimes, the body format get's "lost" mid-page in Mozilla */
p,h1,h2,h3,ol,ul,dl,address { 
    font-family:sans-serif,Arial,Verdana,helvetica,lucida;
    color:#000066;
}
 

/* tables need to have their font-family set extra (in Mozilla): */
th    {background-color:#99ccaa;
       font-family:sans-serif,Arial,Verdana,helvetica,lucida;}
td    {background-color:#ccccff;
       font-family:sans-serif,Arial,Verdana,helvetica,lucida;}

a:link    {color:#660066; }
a:visited {color:#333366; }
a:hover, a:focus  {color:#CC0033; background: #e9e9e9;}
a:active  {color:#CC0033; }

/* !! Unless 'font-familiy:Arial,sans-serif' is specified, changing
the font-size has no effect under Mozilla-4.05 for Linux */
   
/* headings */
h1 { text-align:center; }
h2 { margin-left:-8px; }

/* In most cases, we like justified paragraphs: */
p            { text-align:justify; }
em           { font-weight:bold; }
pre,code,kbd { font-family:monospace,"Courier New",Courier; 
               color:darkgreen;
               font-weight:bold;}
var          { color:#AA0033; font-style:normal; } 

dl { margin-left:8px; }
/* This doesn't seem to work with Mozilla4.05: */  
dt { font-weight:bold; }


/* style classes independent of elements */
.old { color:#993300; font-weight:bold; font-size:small; }

/* quotes */
.quote   { background-color: #f0f0ff; color:#000066; 
	   margin-left:10px; padding:10px; 
           border-left-width: medium; border-color: #000066;}
blockquote { background-color: #f0f0ff; color:#000066; 
	     padding:10px; 
             border-left-width: medium; border-color: #000066;}

.abstract { padding:10px; font-size:small; }
.date     { text-align:right; font-size:small; }

.wias1   { background-color:#009999;
           font-family:sans-serif,Arial,Helvetica,Verdana; 
           font-style:italic; font-size:small; }

/* colors */
.grey            {background-color:#dddddd;}
.white           {background-color:#ffffff;}
.altavistablue   {background-color:#3366cc;}
.altavistayellow {background-color:#ffcc66;}



