/* The color #3333FF is a split complimentary of #FF9933 on the color wheel
   See http://design.geckotribe.com/colorwheel/ 
*/

.box, pre.html {
    padding:5px;
    background-color:#FFE0C2;
    border-color:#FF9933;
    border-style: solid;
    border-width:2px;
}

.bar {
    background-color:#ff9933;
    background-image: url(../img/bar.gif);
}   

h1, h2, h3, h4, h5 {
	color: #3333FF;
}

.highlight {color: #3333FF;}

ul li {
  list-style-position: outside; list-style-type: disc; color: #3333FF;
}

ul.circle li {
  list-style-position: outside; list-style-type: circle; color: #3333FF;
}

/* Creating bulleted lists in Frontpage results Ps inside LIs
   If they were created manually, you'd need a SPAN or a DIV inside the LI */
li p, li span, li div {
	color: #000000;
}
