/* CSS Document */

.rkbeers{
  background:  #FFFFFF;
  width:  96%;
  font-size:  150%;
  color:  #0000FF;
}

.rkanchors{
  background:  #FFFFFF;
  width:  99%;
  color:  #0000FF;
  font-weight:  bold;
}

.rkrows{
  background:  #FFFFFF;
  width:  99%;
}

.rklabels{
  background:  #FFFFFF;
  width:  99%;
}

.rkclear{
  clear:  both;
}

.rklabelleft{
  min-width:  40%;
  color:  #0000FF;
  font-size:  24px;
  text-align:  center;
  float:  left;
  height:  30px;
}

.rklabelright{
  min-width:  40%;
  color:  #0000FF;
  font-size:  24px;
  text-align:  center;
  float:  right;
  height:  30px;
}

 .rkpicturerow{
   background:  #FFFFFF;
 }
 
.rkpictureleft{
  margin:  0px;
  width:  49%;
}

.rkpictureright{
  margin:  0px;
  width:  49%;
}


