/* external CSS file */
/* filename 'page-styles.css' */
/* NO HTML MARKUP ALLOWED */

/* BROWN:  8B4513 */
/* BEIGE:  D2B48C */

BODY {font-family: Arial; color: 8B4513;}
A {color: blue; text-decoration: none; font-weight: bold;}
A:hover {color: 8B4513; text-decoration: underline;}
H1.page-title {font-size: 24px; text-align: center;}
P.brown {}
B.under-development-message {color: 8B4513; font-size: 20px; font-weight: bold; text-align: center;}
HR {color: 8B4513;}

A.lower-navigation {font-size: 12px;}

/* FORM styles */
TD.question {text-align: right; font-size: 85%; font-weight: bold;}
TD.additional_c {text-align: center; font-size: 75%;}
TD.additional {text-align: right; font-size: 75%;}
TD.answer {text-align: left;}
B.small-explanation {font-size: 11px;}
INPUT.brown-button {color: FFFFFF; background-color: 8B4513; font-weight: bold;}

/* CUSTOMER TESTIMONIALS styles */
STRONG.customer {color: 8B4513; font-size: 16px;}
BLOCKQUOTE.customer-quote {font-size: 14px; font-style: italic;}

