.body {
  background-color: rgb(240,240,240);
}

.link {
  color:        rgb(55,55,55);
  font-size:    12px;
  font-family:  verdana;
}
.link_field {
  color:      black;
  font-size:  12px;
  background-color: rgb(240,240,240);
  padding:    5px;
  text-align: center;
  height:     20px;
}
.link_field:hover {
  color:      black;
  font-size:  12px;
  background-color: rgb(200,210,220);
  padding:    5px;
  height:     20px;
}
.link_field:active {
  color:      black;
  font-size:  12px;
  background-color: rgb(200,210,220);
  padding:    5px;
  height:     20px;
}
.theme {
  color:            rgb(70,70,70);
  font-size:        11px;
  background-color: rgb(240,240,240);
  padding:          5px;
  text-align:       left;
}
.main_menue {
  color:            rgb(70,70,70);
  font-size:        11px;
  padding-top:      15px;
  text-align:       center;
  height:           30px;
}
.main_table {
  background-color: rgb(250,250,250);
  width:            720px;
}
.left_table {
  background-color: rgb(245,245,245);
  font-family:      verdana;
  width:            100%;
  height:           400px;
}
.center_table {
  background-color: rgb(245,245,248);
  font-family:      verdana;
  width:            100%;
  height:           100%;
  position:         relative;
  top:      0px;
}
h1 {
  color:            rgb(100,100,100);
  font-size:        16px;
  text-align:       center;
  background-color: rgb(200,210,220);
  padding:          5px;
  border-style:     solid;
  border-width:     1px;
  border-color:     rgb(100,100,100);
}
p {
  color:            rgb(80,80,80);
  font-size:        12px;
  padding:          5px;
  padding-left:     15px;
  padding-right:    15px;
  
  text-align:       justify;
}
ul {
  text-align:       left;     
}

