li a:link {
    display: block;
    color: white;
    text-align: center;
    padding: 7px 16px;
    text-decoration: none;
    font-family:arial,helvetica,sans-serif;
    font-size:18px;
}

li a:visited {
    display: block;
    color: white;
    text-align: center;
    padding: 7px 16px;
    text-decoration: none;
    font-family:arial,helvetica,sans-serif;
    font-size:18px;
}

li a:hover {
    display: block;
    color: white;
    text-align: center;
    padding: 7px 16px;
    text-decoration: none;
    font-family:arial,helvetica,sans-serif;
    font-size:18px;
}

li a:active {
    display: block;
    color: white;
    text-align: center;
    padding: 7px 16px;
    text-decoration: none;
    font-family:arial,helvetica,sans-serif;
    font-size:18px;
}
a:link, a:visited, a:hover, a:active   {
  text-decoration: none;
}

/* DivTable.com */
.divTable{
	display: table;
	width: 60%;
	margin: auto auto;
}
.divTableRow {
	display: table-row;
	
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 5px solid #ffffff;
	display: table-cell;
	padding: 10px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

/* visited link 
a:visited {
  text-decoration: none;
}

 mouse over link 
a:hover {
  text-decoration: none;
}

 selected link 
a:active {
  text-decoration: none;
} */

/* Above Header info*/
hs1 {
    background-color: #ffffff;
    width: 80%;
    height: 1%;
    text-align: right;
    font-family:arial,helvetica,sans-serif;
    font-size:12px;
}