 
.button{
  font-size : 12pt;
  
  color : white;
  background-color : #0000cc;
  padding-top : 2px;
  padding-left : 2px;
  padding-right : 2px;
  padding-bottom : 2px;
  margin-top : 2px;
  margin-left : 2px;
  margin-right : 2px;
  margin-bottom : 2px;border-width : 2px 2px 2px 2px;border-style : outset outset outset outset;
  font-weight : bold;
}