@charset "UTF-8";
/* CSS Document */
<style type="text/css">
 
.num {
cursor:pointer;cursor:hand;
height: 38px; 
width: 42px; 
font-size:16pt;
font-weight:bold;
color:black;
 
}
 
.butn {
cursor:pointer;cursor:hand;
background:999999;
height: 38px; 
width: 54px;
font-size:20pt;
font-weight:bold;
color:white;
 
}
 
.perc {
cursor:pointer;cursor:hand;
background:999999;
height: 38px; 
width: 42px;
font-size:18pt;
font-weight:bold;
color:white;
 
}
 
.buttn {
cursor:pointer;cursor:hand;
background:999999;
height: 38px; 
width: 54px;
font-size:20pt;
font-weight:bold;
color:white;
 
}
 
.buttnp {
cursor:pointer;cursor:hand;
background:999999;
height: 38px; 
width: 54px;
font-size:22pt;
font-weight:bold;
color:white;
 
}
 
.del {
cursor:pointer;cursor:hand;
background:eead0e;
height: 38px; 
width: 42px;
font-size:12pt;
font-weight:bold;
color:black;
 
}
 
.clear {
cursor:pointer;cursor:hand;
background:eead0e;
height: 38px; 
width: 42px;
font-size:16pt;
font-weight:bold;
color:black;
 
}
 
.mem1 {
cursor:pointer;cursor:hand;
background:00C5CD;
height: 32px; 
width: 46px;
font-size:12pt;
color:black;
 
}
 
.mem2 {
cursor:pointer;cursor:hand;
background:5F9EA0;
height: 32px; 
width: 46px;
font-size:12pt;
color:white;
 
}
 
.bmem {
cursor:pointer;cursor:hand;
background:556B2F;
height: 32px; 
width: 46px;
font-size:12pt;
color:white;
 
}
 
.memcl {
cursor:pointer;cursor:hand;
background:eead0e;
height: 32px; 
width: 46px;
font-size:12pt;
color:black;
 
}
 
.display {
background:CCCCCC;
text-align:right;
font-size:18px;
color=black;
}
 
.memdisp {
background:CCCCCC;
text-align:right;
font-size:16px;
font-weight:bold;
color=black;
}
 
</style>
