/* See Hidemanipulate.html for sample results */
#pastpresidents
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:95%;
border-collapse:collapse;
margin:auto;
}
#pastpresidents td, #pastpresidents th 
{
font-size:1.2em;
/* border:2px solid #aa00e4;  */
border:2px solid #74003E;     /* Boder colour of table and table entries */
padding:3px 7px 2px 7px;
}
#pastpresidents th 
{
font-size:1.9em;      /* Table header font size */
text-align:center;
padding-top:5px;
padding-bottom:4px;
/* background-color:#8000dd; to 6700ce ba55d3  9400d3 */
background-color:#9932CC;

color:#fff;
}
#pastpresidents tr.alt td 
{
color:#000;
background-color:#FFF0F5;
}

#pastpresidents tr.reg td        /* Added this after past presidents was done */
{
color:#000;
background-color:#E4D1FB;
}

/*         SHOULD update with ODD EVEN declaration to simplify the data   */

#pastpresidents 
tr:nth-child(even) 
{background-color: #FFF0F5;}   /* Purple */ 

#pastpresidents 
tr:nth-child(odd)  
{background-color: #E4D1FB;}   /* #9EFF00 = light green    #4CAF50 = Green */

/* Commenting out the hover feature ********************************************** 
#pastpresidents
tr:hover {background-color:#EEA6FF;}  */
/* tr:hover {background-color:#29BFF7;} */
