/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 1, 2021, 10:47:26 PM
    Author     : mmaurya
*/
/*        <style type="text/css"> */
            body {
                margin: 0px 200px 100px 50px;
                font: 16px Helvetica, sans-serif;
            }
	    /* color combinations based on tria at: https://htmlcolorcodes.com/ */
	    a:link {
		color:#1379ec; /* #277acc; #099ff5; #1487c1; */
	    }
            h1 {
                color:#505050; /* #505050 */
            }
            h2 {
                color:#af2d11;
            }
            h5 {
                color:#2265a0;
            }
            f-h { /* form heading */
                color:#9709c4;
                font-weight: bold;
                font-size: 110%;
            }
            notes-h { /* Notes heading */
                color:#23a0c4;
                font-weight: bold;
                font-size: 110%;
            }
            .greenbutton {background-color: #4CAF50; font: 16px Helvetica, sans-serif; color:white; padding: 5px 10px;} /* green */
            .bluebutton {background-color: #008CBA; font: 16px Helvetica, sans-serif; color:white; padding: 5px 10px;} /* Blue */
/*        </style> */

.header {
  margin-top: -26px;
  padding: 0px;
  text-align: center;
  background: #76cdff; /* #f89c06;  /* #e6f806; */
  color: #505050;
  font-size: 20px;
}

header {
  margin-top: -26px;
  padding: 0px;
  text-align: center;
  background-color: #76cdff; /* #f89c06;  /* #e6f806; */
  color: #505050;
  font-size: 20px;
}

 /* .footer { margin: 0px; padding: 0px; text-align: center; background-color: #daeaf7; color: white; } */
/* .footer { margin: auto; padding: 0px; text-align: center; background-color: #daeaf7; color: black;  */
.footer { margin: auto; padding: 0px; text-align: center; background-color: #daeaf7; color: black; 
position : absolute; bottom : 0; width : 100%;
/* position : absolute; bottom : 0; width: auto; height : 80px; margin-top : 80px; */
}
