body {
	font-family: Arial;
	font-size: 80%;
}

h4 {
 font-weight: normal;
 text-decoration: underline;
 font-size: 100%;
}

h1 {
	text-align: center;
	color: #F6BD0F;
	font-size: 18pt;
}

#calculator_panel {
	width: 560px;
	border: 1px black solid;
	margin: 0 auto;
	font-family:Helvetica,sans-serif;
	font-size:8pt;
	color: gray;
  font-weight: bold;	
}

#graph_panel {
text-align: center;
}
input.blankLine {
	visibility: hidden;
}
input.readonly {
	background-color: #eeeeee;
	color: #777777;
}

a {
	color: #F6BD0F;
}