/*  Styles for basehead.htm   (3)   */

/*
FILE UPDATE LOG

  DATE       BY WHOM  WHAT
----------   -------  ----------------------------------------
2017-03-02     JEK    Establish this file as Baseline
2022-01-29     JEK    Updated andNormalized
*/

body
	{
		background-color:#4e4e4e;
	}
	
h2
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size:large;
		color:#fefefe;
		text-align:center;
		margin-bottom:3px;
		letter-spacing:4px;
	}

h4
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size:80%;
		color:#fefefe;
		text-align:center;
		margin-top:3px;
	}
	
table
		{
			border: 0px solid black;
			width:80%;
			height:33px;
			margin-left:auto;
			margin-right:auto;
			text-align:center;
		}

		
td
	{
		width:14%;
		height:32px; 
	}

td a:link {color:white; text-decoration: none;font-weight:normal;}
td a:visited {color:LightGreen; text-decoration: none;font-weight:normal;}
td a:active {color:gray; text-decoration: underline;font-weight:bold;}
td a:hover {color:yellow; text-decoration: none;font-weight:bold;}


	
/*  ============= END STYLE FILE =======================*/