body { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, serif; color: white; background-color: #463E3F
}
h1 { color: white}
h2 { color: white; font-size: 1.2em }
h3 { color: white; font-size: 1.0em }
h4 { color: white; font-size: 1.0em }
p { color: white; }

a:link {color:#E87511;}    /* unvisited link */
a:visited {color:#DFDFDF;} /* visited link */
a:hover {color:#DFDFDF;}   /* mouse over link */
a:active {color:#0000FF;}  /* selected link */


/*a:link{color :#000000}
a:visited{color :#00FFFF }
a:hover{color :#DFDFDF } */

/*E87511 = Pantone 158 Background Color RGB: 232, 117, 17*/


