

<head> <style>{  }
    A:link {text-size: -1 ; text-decoration: none; color: #0000FF}
    A:visited {text-decoration: none; color: #0000FF}
    A:active {text-decoration: none; color: #0000FF}
    A:hover {text-decoration: none; color: #ff0000}
body         { font-family: Arial, Arial, Helvetica; font-size: 10pt }
button       { font-size: 8pt; font-style: normal; font-family: Arial, Arial, Helvetica; 
               border-style: solid; border-width: 1pt }
caption      { font-size: 14pt; font-family: Arial, Arial, Helvetica; font-style: normal }
table        { table-border-color-light: rgb(204, 204, 204); table-border-color-dark: 
               rgb(102, 102, 102) }
h1           { color: rgb(128, 0, 0) }
h2           { color: rgb(128, 0, 0) }
h3           { color: rgb(128, 0, 0) }
h4           { color: rgb(128, 0, 128) }
h5           { color: rgb(128, 0, 128) }
h6           { color: rgb(128, 0, 0) }
button       { background-color: rgb(0, 0, 0); color: rgb(255, 255, 255) }
label        { color: rgb(0, 0, 0) }
-------------------------
	backgrounds
-------------------------
*/
.reverse {
	background-color: #000000;
}
.home-deep, .home-deep input,
.home-paintbox-label, .home-paintbox-label input {
	background-color: rgb(24, 66, 198);
}
.home-light, .home-light input,
.lnav .home-label, .lnav .home-label input {
	background-color: rgb(100, 134, 236);
}
.inthenews-deep, .inthenews-deep input,
.inthenews-paintbox-label, .inthenews-paintbox-label input {
	background-color: #010099;
}
.inthenews-light, .inthenewsr-light input,
.lnav .inthenews-label, .lnav .inthenews-label input {
	background-color: #d0dcfb;
}
.scams-deep, .scams-deep input,
.scams-paintbox-label, .scams-paintbox-label input {
	background-color: #009933;
}
.scams-light, .scams-light input,
.lnav .scams-label, .lnav .scams-label input {
	background-color: #CCFFCC;
}
.scams-medium, .scams-medium input {
	background-color: #99CC99;
}
.books-deep, .books-deep input,
.books-paintbox-label, .books-paintbox-label input {
	background-color: #124755;
}
.books-light, .books-light input,
.lnav .books-label, .lnav .books-label input {
	background-color: #44a6b2;
}
.faq-deep, .faq-deep input,
.faq-paintbox-label, .faq-paintbox-label input {
	background-color: #990066;
}
.faq-light, .faq-light input,
.lnav .faq-label, .lnav .faq-label input {
	background-color: #EDD3E5;
}
.funstuff-deep, .funstuff-deep input,
.funstuff-paintbox-label, .funstuff-paintbox-label input {
	background-color: #E85801;
}
.funstuff-light, .funstuff-light input,
.lnav .funstuff-label, .lnav .funstuff-label input {
	background-color: #F9D5BF;
}
.hottopics-deep, .hottopics-deep input,
.hottopics-paintbox-label, .hottopics-paintbox-label input {
	background-color: #FDC004;
}
.hottopics-light, .hottopics-light input,
.lnav .hottopics-label, .lnav .hottopics-label input {
	background-color: #F5D674;
}
.tidbits-deep, .tidbits-deep input,
.tidbits-paintbox-label, .tidbits-paintbox-label input {
	background-color: #820009;
}
.tidbits-light, .tidbits-light input,
.lnav .tidbits-label, .lnav .tidbits-label input {
	background-color: #DE8052;
}
.smartlinks-deep, .smartlinks-deep input,
.smartlinks-paintbox-label, .smartlinks-paintbox-label input {
	background-color: rgb(128, 64, 0);
}
.smartlinks-light, .smartlinks-light input,
.lnav .smartlinks-label, .lnav .smartlinks-label input {
	background-color: rgb(204, 164,87);
}
.grey-deep,
.reverse-grey {
	background-color: #999999;
}
.box-grey,
.grey-light {
	background-color: #cccccc;
}
.box-yellow {
	background-color: #FFFFCC;
}
.wr:link {
    color:white;
}
.wr:active {
    color:white;
}
.wr:visited {
    color:white;
}
.wr:hover {
    color:red;
}
input.white {background-color: #FFFFFF;}
input.yellow {background-color: #FFFFCC;}
input.ltblue {background-color: #d0dcfb;}
input.grey {background-color: #cccccc;}
input.dkgrey {background-color: #c0c0c0;}

/*
-->
</style>
</head>