body {
	margin:5px;
	padding: 50px;
}

h1 {
	font-family: 'Allerta Stencil', sans-serif;
	color: #19A292;
}

p {
	display: block;
	font-family: 'Allerta Stencil', sans-serif;
	font-size: 130%;
	color: #29b;
	margin: 2px;
	padding: 5px;
	text-shadow: 1px 1px 2px #555;
}

label {
	font-family: 'Allerta Stencil', sans-serif;
	color: #19A292;
	margin: 5px;
	
}

legend {
    font-family: 'Allerta Stencil', sans-serif;
    color: #19A292; 
}

fieldset {
    width: auto;
    height: auto;
    border-color: turquoise;
}

select {
    width: 60px;
	height: 30px;
	border-radius: 7px;
	border: solid 2px;
	border-color: #666;
}

.inputtext {
	width: 60px;
	height: 30px;
	border-radius: 7px;
	color: #666;
	border: solid 2px;	
}

input[type=number] {
	width: 60px;
	height: 30px;
	border-radius: 7px;
	border-color: #666;
	border: solid 2px;	
}


.inputtextlong {
	width: 80px;
	height: 30px;
	border-radius: 7px;
    color: #666;
	border: solid 2px;
}

.inputtextlong1 {
	width: 200px;
	height: 30px;
	border-radius: 7px;
    color: #666;
	border: solid 2px;
}

.buttonSubmit {
	background-color: #fff;
	font-family: 'Allerta Stencil', sans-serif;
	height: 35px;
	width: 120px;
	color: #0fd;
	font-size: 110%;
	border-radius: 7px;
	border: solid 2px;	
}

.buttonLogout {
	background-color: #fff;
	font-family: 'Allerta Stencil', sans-serif;
	height: 35px;
	width: 120px;
	color: #f00;
	font-size: 110%;
	border-radius: 7px;
	border: solid 2px;
}

.buttonReset {
	background-color: #fff;
	font-family: 'Allerta Stencil', sans-serif;
	height: 35px;
	width: 100px;
	color: #39b;
	font-size: 110%;
	border-radius: 7px;
	border: solid 2px;
}

.buttonNav {
	background-color: #fff;
	font-family: 'Allerta Stencil', sans-serif;
	height: 35px;
	width: 100px;
	color: #20f;
	font-size: 110%;
	border-radius: 7px;
	border: solid 2px;	
}

.buttonDash {
	background-color: #fff;
	font-family: 'Allerta Stencil', sans-serif;
	height: 55px;
	width: 120px;
	color: #29a;
	font-size: 100%;
	border-radius: 7px;
	border: solid 2px;	
}

table, tr, td {
    border: solid 2px;
    color: #39a;
    text-align: center;
   
}

td {
     width: 25%;
}

th {
    color: #1f4;
}


