.contact a:link {
color: #0d6400;
text-decoration: underline;
}
 
.contact a:visited {
color: #0d6400;
text-decoration: none;
}
 
.contact a:hover {
color: #373737;
text-decoration: underline;
}
 
.contact a:active {
color: #0d6400;
text-decoration: none;
 
}

.productpage a:link {
color: #0d6400;
text-decoration: underline;
}
 
.productpage a:visited {
color: #0d6400;
text-decoration: underline;
}
 
.productpage a:hover {
color: #373737;
text-decoration: underline;
}
 
.productpage a:active {
color: #0d6400;
text-decoration: none;
}

.productpage {
font-family: Arial, Helvetica, sans-serif;
color: #373737;
font-size: 14px;
line-height: 18px;
}

 
.productpage h2{
color: #0d6400;
font-size: 20px;
font-weight: bold;
margin-bottom: 3px;
}

.productpage h4{
color: #0d6400;
font-size: 14px;
font-weight: bold;
margin-bottom: 2px;
}
.contact {
font-family: Arial, Helvetica, sans-serif;
color: #333;
font-size: 14px;
line-height: 20px;
}

tbody {
font-family: Arial, Helvetica, sans-serif;
color: #333;
font-size: 11px;
line-height: 14px;
}

.subtitle {
font-family: Arial, Helvetica, sans-serif;
color: #fff;
font-size: 18px;
font-weight: bold;
}

.subtitle2 {
font-family: Arial, Helvetica, sans-serif;
color: #0d6400;
font-size: 13px;
font-weight: bold;
}

.number {
font-size: 10px;
}
.copyright {font-family: Arial, Helvetica, sans-serif; color: #888; font-size: 12px; line-height: 14px;}



