html,
body {
	background-image: url(hexback.jpg);
	background-repeat: repeat-x;
	background-color: #000;
}

* {
    box-sizing: border-box;
}

a {
  color: yellow;
  font-weight:bold;
  font-style:italic;
  text-decoration: none; /* no underline */
}

.Main {
	color: #FF0;
 font-size: 36pt;
	font-weight: normal;
	vertical-align: inherit;
	font-family: Arial, Helvetica, sans-serif;
 margin-left: 40px;
}

.Para {
	color: #FF0;
 font-size: 24pt;
	font-weight: normal;
	vertical-align: inherit;
	font-family: Arial, Helvetica, sans-serif;
 margin-left: 40px;
}

input[type=text] {
    font-size: 20pt;
}
select{
font-size: 20pt;
}
input[type=submit] {
    font-size: 24pt;
}

.column {
    float: left;
    width: 46%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.currentrate {
    color: red;
    font-size: large;
}

.insidebox {
    border: 3px solid black;
    background: paleturquoise
}

.configuration {
    background: palegoldenrod
}

div {
    margin: 3px;
    margin-left: 15px;
}

.statuses-healthy {
    background: greenyellow
}

.statuses-unhealthy {
    background: red
}

.recentdailytotals {
    background: wheat;
}