  
.PushbuttonClass{
  width : 200px;
  cursor : pointer;
  font-size : 15pt;
  font-weight : bold;
  
  
  background-color : yellow;
  text-align : center;
}
.MarqueeClass{
  color : yellow;
  background-color : navy;border-width : 2px 2px 2px 2px;border-style : solid solid solid solid;border-color : silver silver silver silver;
  width : 640px;
  height : 20px;
}
.rightClass{
  margin-left : 10pt;
  float : right;
}
.leftClass{
  margin-right : 10pt;
  float : left;
}
