body {
	color: #0033FF;
	background-color: #F2FBFD;
}
* {
  font-family : Verdana, Arial, Helvetica, sans-serif;
}

h1 {
 font-size: 14pt;
 text-align: center;
}

h2 {
 font-size: 12pt;
 text-align: center;
}

h3 {
 font-size: 11pt;
 text-align: left;
 font-weight: bold; 
}

h4 {
 font-size: 8pt;
 text-align: center;
 color: blue;
}
INPUT {
 color:white;
 background-color:#4CCBFF;
 font-size:10pt;
 font-family:arial;
 font-weight: bold; 
 text-align: center;
}
SELECT {
 color:white;
 background-color:#4CCBFF;
 font-size:10pt;
 font-family:arial;
 font-weight: bold; 
}

