A {
 text-decoration: underline;
 font-weight: bold;
 color: #333333
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
}

A:link {
 text-decoration: underline;
 font-weight: bold;
 color: #333333;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
}

A:hover {
 text-decoration: underline;
 font-weight: bold;
 color: red;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
}

A:visited {
 text-decoration: underline;
 font-weight: bold;
 color: #999999;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
}

A.text:link {
 text-decoration: underline;
 font-weight: bold;
 color : Blue;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}

A.text:hover {
 text-decoration: underline;
 font-weight: bold;
 color: Red;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}

A.text:visited {
 text-decoration: underline;
 font-weight: bold;
 color: #999999;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}

H1 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 26px;
 font-weight: bold;
 color: #333333;
}

H2 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 22px;
 font-weight: bold;
 color: #666666;
}

H3 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 font-weight: bold;
 color: #7D7D7D;
}

H4 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: bold;
 color: #7D7D7D;
}

P {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style: normal;
 font-weight: bold;
 color: #333333;
}

UL {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style: normal;
 font-weight: bold;
 color: #333333;
}

.faq {
 font-family: "Comic Sans MS", Arial, helvetica, sans-serif;
 font-size: 16px; font-style: italic;
 font-weight: normal;
}

.quote {
 font-family: "Comic Sans MS", Arial, helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 color: #000099;
}
.covering { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-weight: bold; ; color: #666666}
