BODY 
	{
    background-color: white; 
    
    /* nicht wirksam: position: center; */
    font-family: Arial, Helvetica,Sans-Serif;
    font-size: 10pt;
  }

Table 	
  {
    width: 1000px;
    /* nicht wirksam: position: center; */
    border-color: White; 
    text-indent: 0;
  }

Table.Header
  {  
    /* nicht wirksam: position: center; */
     color: DarkBlue;  
     font-weight: Bold;     
  }
Table.Main
  {  
    left: 20px;
    padding-left: 10px; 
  }

.Footer2
  {  
     line-height:1px
     padding-left: 0px;
     font-size: 8pt; 
  }

.Test
	{border-style: groove;border-width: 1; width: 800px; border-style: groove;border-width: 1}

TH {}
TR {text-align: left;}
TR.Even {background-color: #D0D0D0}
TR.Odd  {background-color: #FFFFC0}

TR.Title {}
TR.EvenLive {background-color: #D0D0D0; color: DarkBlue; font-style: Italic}
TR.OddLive {background-color: #FFFFC0;  color: DarkBlue; font-style: Italic}

TR.Even:hover,TR.Odd:hover,TR.EvenLive:hover,TR.OddLive:hover  { background-color: #F0F040;}

TR.Live {color: DarkBlue; font-style: Italic}
.Header1 {font-size:20pt}
.Header2 {font-size:16pt}
.Header3 {font-size:14pt}
.TableHead {padding-left:  100px; font-size: 10pt; font-weight: Bold; color:darkblue; background: #C0C0C0}
.Remark  {color: DarkBlue; font-size: 8pt; font-weight: Bold}
.Footer,TD.Organizer  {Height: 10px; color: DarkBlue; font-size: 8pt; border-width: 0; border-style: hidden; } 

TD {font-size: 10pt; padding-left: 20px}
TD.Space {width: 40px}
TD.Right {padding-left: 10px; padding-right: 10px; text-align: right}
TD.Name    {font-weight:bold;color: Black}
TD.WBK     {font-weight:bold}
TD.Points  {font-weight:bold;padding-left: 10px; padding-right: 10px; text-align: right}
TD.First   {padding-left:  100px}
TD.Organizer   {text-align: right;}

.Live {color: DarkBlue; font-style: Italic}

IMG {}
IMG.ContestLogo {height: 160px; Width: 160px; border-width: 0}
IMG.FlapsLogo {Height: 40px; Width: 40px; border-width: 0}
IMG.OLCLogo {Height: 30px; Width: 60px; border-width: 0}

a { color: #000070; }

a:hover {
 color: #8080FF; 
 text-decoration: none;
 background-color: #F0F040;
}

