body {
        margin: 0px;
        padding: 0px;
        font-family: 'Lato', sans-serif;
        
      }
      
      
a:link {
	text-decoration: none;
	color: #303659;
	<!-- font-size: x-small; -->
	<!-- line-height: normal; -->
	font-family: "Courier new";
	font-weight:bold;
}

a:visited {
	text-decoration: none;
	color: #303659;
	font-family: "Courier new";
	<!-- font-size: x-small; -->
	<!-- line-height: normal; -->
	font-weight:bold;
	
}

a:hover {
	text-decoration: none;
	color: #0066CC;
	font-weight:bold;
}

a:active {
	color: #FF0000;
	text-decoration: none;
	font-weight:bold;
}

a.hidden {
  color: #000000;
  text-decoration: none;
}

a.hidden:visited {
  color: #000000;
  text-decoration: none;
}

a.hidden:hover {
	color: #0000CC;
	text-decoration: none;
}

a.hidden:active {
  color: #000000;
  text-decoration: none;
}

.table_css{ border-color: #A30321; border-width:thin; padding:1; border-style: ridge;   }
.table_css2{ border-collapse:collapse;}
.table_css2 td {text-align: center; border-color: #A30321; border-width:thin; border-style: solid; padding:2px;}
.table_css_td{background-color:#A30321;color:azure;font:bold 14px georgia;padding 2px 2px 2px 2px;}
