/* CSS Document */
body {
  font-family: Arial, Helvetica, sans-serif;
  background-color:#FFFFFF;
  margin: 0px;
  float: none;
}
 
.bt
{ font-size : 8pt;
  font-weight: normal;
  color : #000000;
  font-family :  Arial, Helvetica;
  line-height : 12pt;
}
 
#ledtext
{ font-family:  Arial;
  font-size: 8pt;
  color: #000000;
  font-weight: normal
}
 
.in
{ font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #000000 ;
  font-style: normal;
  font-weight: bold
}
 
a:link
{ color: #003366;
  text-decoration: underline
}
 
a:visited
{ color: #003366;
  text-decoration: underline
}
 
a:active
{ color: #003366;
  text-decoration: underline
}
 
a:hover
{ text-decoration: underline
}
 
.button
{ font: 60% Verdana, Arial, Tahoma, Helvetica, Sans-serif;
  background-color: #e5eaef;
  font-weight: bold;
  border-width: 3px;
  border-top-style: double;
  border-left-style: double;
  border-bottom-style: solid;
  border-right-style: solid;
  border-color: #779abc;
  text-align: center;
  margin: 0 0 0 10px;
  cursor: pointer;
  cursor: hand;
}
 
#image{
margin-top: 10px;
width: 95px;;
padding: 20px;
font-weight: 400;
padding-bottom: 0px;
height: 40px;
user-select: none;
text-decoration:line-through;
font-style: italic;
font-size: x-large;
border: red 2px solid;
margin-left: 10px;
}
#user-input{
width:auto;
margin-right: 10px;
padding: 10px;
padding-bottom: 0px;
height: 40px;
border: red 0px solid;
}
input{
border:1px black solid;
}
.inline{
display:inline-block;
}
 
