/* background properties */

body {background-color:#000000; color:#BADACE; background-image:url(images/backgrounds/impala_kl.jpg); background-attachment:fixed;}

/* text properties */

p,h1,h2,h3,h4,ul,ol,li,div,td,address,blockquote,nobr,b,i
     { font-family:Arial,sans-serif; color:#BADACE;}

/* table headers */

th { background-color:#BADACE; font-family:Arial,sans-serif; color:#000000;}

/* regular text properties */

p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {font-size:12pt;}

/* link properties */

a:link { color:#BADACE; text-decoration:underline; }
a:visited { color:#BADACE; text-decoration:underline; }
a:active { color:YELLOW; text-decoration:none; }
a:hover { color:RED; text-decoration:none; font-style:italic; font-weight:bold; }

