* {margin:0px; padding:0px;}

a {color:#16376F; text-decoration:none;}
a:hover {color:#9B0932; text-decoration:underline;}
a:active , a:focus , input:focus {outline:none;}

/* ================================*/

 optgroup[label] {
        background-color: yellow;
        color: black;
    }

#table1 { border: 0; }
#table1 tr { background-color:#F3F6FC;}
#table1 tr:hover  { background-color:#B2F8F2;}
#table1 td { padding: 3px;}

#table2 { border: 0; }
#table2 tr:hover  { background-color:#F7FD00;}
#table2 td { padding: 3px;}

#footer {
	background: #63AEE4;
	text-align:center;
    align-content: center;
	padding: 5px;	
	font-size: 15px;
	color:#B4FADF;
	width: 100%;
}