body {
	background-color: powderblue; 
  font-family:Arial; 
  vertical-align:top; font-size:100%;
  padding: 5px;
}
.header {
  background-color: powderblue;
  padding: 2px;
  text-align: center;
  font-size: 25px;
  color:maroon;
}
/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Style the footer */
.footer {
  background-color: powderblue;
  padding: 10px;
  text-align: left;
}
h1 {font-size:200%; color: navy; text-align: left; padding: 2px;}
h2 {font-size:150%; color: blue; text-align: left; padding: 1px;}
h3 {font-size:125%; color: darkgreen; text-align: left; padding: 0px;}

p {	font-size:100%; color: black; text-align: left; }

td {
    font-size:100%; color: black; background-color:powderblue; text-align: left; vertical-align:top; border-bottom:0px solid darkgreen;
}

th {
    font-size:100%; font-color: pink; background-color:black; text-align: left; vertical-align:top; border-bottom :0px solid darkgreen;
}

#textlogin input {    width:250px; height:40px; font-size:20pt;}

#btnlogin 	{	width:80px; height:40px; font-size:1.1em; }

#btnupdate 	{ width:80px; height:40px; font-size:1.1em; }

#btnviewall { width:220px; height:20px; font-size:1.1em; }

fieldset { 
  display: block;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 0.35em;
  padding-bottom: 0.625em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  border: 2px groove (internal value);
  border-color:white;
  font-color:maroon;
}

textarea {
	overflow-y: auto;
	text-indent: 0;
	width: 100%;
	background-color: white;
	font-size: 100%;
	font-weight: normal;
	font-family: Arial, Verdana, Sans-Serif;
	border: 1px solid blue;
}