/*

  normal.css

  CSS1 style sheet for the Linder-Beck Homepage

  $Author:   MoserM  $

  $Revision:   1.1  $

*/





/* general styles */



BODY {

  background: #FFFFFF;

}



p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,br {

  font-family: arial, helvetica, sans-serif;

  font-size: 10pt;

  color: #505050;

}



BODY, TABLE {

  font-size: 9pt;

    color: #505050;

}





/* general links */



A:link, A:visited, A:active   { text-decoration: none; }

A:link        { color: #505050; text-decoration: underline;}

A:visited      { color: #505050; text-decoration: underline;}

A:active      { color: #FFFFFF; background: #808080;}

A:hover        { color: #FFFFFF; background: #808080;}











/* special styles for pages */



.title1        {font-size: 14pt;}

.title2        {font-size: 11pt; font-weight: 600;}

.title3        {font-size: 10pt; font-weight: 600;}

.ital        {font-style: italic;}

.newsdate      {font-size: 8pt;}
.newssubject    {font-size: 12pt; font-weight: bold;}