body {
	background-color:#FFFFFF;
	;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #330000;
}
<!orange FF9900 ->
p { color:"FFFFFF"; font-weight:normal; font-size:125%}
h1{color:"FFFFFF"; font-weight: bold;}
table{font-weight:normal; font-size:10pt;}
.kites {color:"#FFFFFF";font-weight:normal;font-size:100%}


a:link {
	color: #9999FF;
	text-decoration: none;
	font-weight: bold;
	font-size:10pt;
	border:none;
}
a:active {
	color: #9999FF;
	text-decoration: none;
	font-weight: bold;
	font-size:10pt;
	border:none;
}
a:visited {
	color: #9999FF;
	text-decoration: none;
	font-weight: bold;
	font-size:10pt;
	border:none;
}
a:hover {color: #FFFFFF; text-decoration: none;font-weight:bold;font-size:10pt; border:none;}

ul.barebones {
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: 90%;
    margin-left: 1em;
    padding: 0;
}

ul.barebones ul {
    display: none;
    margin: 0;
    padding-left: 1.5em;
}

ul.barebones li {
    list-style-type: none;
    position: relative;
}

ul.barebones a.switch {
    font-weight: bold;
    left: -1em;
    position: absolute;
}

ul.barebones a { text-decoration: none; }
ul.barebones a:hover { text-decoration: none; }
ul.barebones a.switch:hover { text-decoration: none; }


/* expandable list with alternate switch symbol */

ul.altsym {
/*
    background-color: #cddcf3;
    border: 1px solid #3874d1;
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
    width: 200px;*/
}

ul.altsym ul {
    display: none;
    margin: 0;
    padding-left: 15px;
}

ul.altsym li {
    list-style-type: none;
    position: relative;
    width: 100%;
}

ul.altsym a {
    border: 1px solid #cddcf3;
    color: #3874d1;
    display: block;
    margin-left: 17px;
    padding: 2px;
    text-decoration: none;
    width: 100%;
}

html>body ul.altsym a { width: auto; } /* hidden from Win/IE */

ul.altsym a:hover {
    background-color: #eee;
    border: 1px solid #3874d1;
}

ul.altsym a.switch {
    background: transparent url(/images/arrows.gif) no-repeat top left;
    border: none;
    height: 10px;
    left: 6px;
    line-height: 0px; /* Win/IE needs this for some reason */
    margin: 0;
    padding: 0;
    text-indent: -500px;
    top: 0.7ex;
    position: absolute;
    width: 10px;
}

ul.altsym a.switch:hover {
    background-color: transparent;
    border: none;
}

ul.altsym a.on { background-position: bottom left; }
ul.altsym a.off { background-position: top left; }

/* Box-model hacks for Win/IE 5.5 \*/
* html ul.altsym { width: 202px; w\idth: 177px; }
* html ul.altsym a { margin-left: 0px; ma\rgin-left: 17px; }
* html ul.altsym a.switch { left: -11px; lef\t: 6px; }
/* end hacks */
