

h1 {
	color: red;
  text-decoration: underline overline;
}
  table{
border-width:10px;
border-style:solid;
border-color:yellow;
width:150px;
height:300px;
}
td{
padding:15px 15px 15px 15px;	
background-color: green;
	
}
#kijelzocell{
	background-color: lightgreen;
}
input[type=button]{
  background-color: #4CAF50;
  border-radius: 12px;
  border: 2;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 2px 2px;
  cursor: pointer;
   font-size: 24px;
}
input[type=reset]{
  background-color: #00FA9A;
  border-radius: 24px;
  border: 2;
  color: red;
  padding: 16px 32px;
  text-decoration: none;
  margin: 2px 2px;
  cursor: pointer;
}
input[type=text] {
  width: 100%;
  padding: 20px 2px;
  margin: 1px;
  display: inline-block;
  border: 1px;
  border-radius: 8px;
  background-color: lightgrey;
   font-size: 28px;
   text-align: right;
}
#muveletbut{
	background-color: brown;
	border-radius: 24px;
}
#egyenlobut{
	
	background-color: #556B2F;
	border-radius: 12px;	
}
hr{
	
	height: 10px;
    border: none;
    border-top: 3px solid black;
}