.bluetable {
    width: 500px;
border: 1px solid black;
font-family: Arial, Sans-Serif;
font-size: 12px;
border-collapse:collapse;
margin-top: 10px;
margin-bottom: 10px;
}
.bluetable th {
    
    font-weight: bold;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 5px;
    text-align: left;
    background-color: #175892;
    vertical-align: top;

}
.bluetable td {
    font-weight: bold;
    color: black;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: left;
    background-color: #d4e6f2;
    vertical-align: top;
    border: 1px solid black;
}

.greentable {
    width: 500px;
border: 1px solid black;
font-family: Arial, Sans-Serif;
font-size: 12px;
border-collapse:collapse;
margin-top: 10px;
margin-bottom: 10px;
}
.greentable th {
    font-weight: bold;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 5px;
    text-align: left;
    background-color: #6cad39;
    vertical-align: top;
}

.greentable td {
    font-weight: bold;
    color: black;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: left;
    background-color: #95c674;
    vertical-align: top;
    border: 1px solid black;
}
.producttable {
width: 500px;
border: 1px solid black;
font-family: Arial, Sans-Serif;
font-size: 12px;
border-collapse:collapse;
margin-top: 10px;
margin-bottom: 10px;
}
.producttable th {
    
    font-weight: bold;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 5px;
    text-align: left;
    background-color: #175892;
    vertical-align: top;

}.producttable td {
    
    color: black;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: left;
    background-color: #d4e6f2;
    vertical-align: top;
    border: 1px solid black;
      
}
.producttable a:link
{
text-decoration: none; 
}
.producttable a:visited
{
text-decoration: none;	

}
.producttable a:active
{
text-decoration: none;	

}
.producttable a:hover
{
text-decoration: none;	

}
