body {
font-weight: bold; 
background-color: navy;
font-size: large;
}

h3 {color: blue;}

.estimate {
color: blue; 
font-weight: bolder;
font-size: xx-large;
}

.oem {
color: red; 
font-weight: bolder;
}

.heading {
text-align: center;
font-size: 900;
font-weight: bolder;
color: black;
background-color: white;
}

.invisible {
color: white;
background-color: white;
font-size: 1pt;
display: none;
visibility: hidden;
}


a:link {text-decoration:none;} /* unvisited link */
a:visited {text-decoration:none;} /* visited link */
a:hover {text-decoration:none;} /* mouse over link */
a:active {text-decoration:none;}  /* selected link */
