body
 {
background-color: #ffcc66;
 }

}
/*
 Font settings -- change your font, colour, alignment etc.
 Insert 'font-weight: bold;' or 'font-style: italic;' without quotes if you want.
 Note that items contain <A HREF> tags, so if your other stylesheets style anchor tags,
 these may inherit the rules. I've styled all the variations of links here as one.



*/

.lowText, 
 a.lowText:link,   a.lowText:visited,  a.lowText:active,   a.lowText:focus {
 color: #000000;
 font: 12px Arial, sans-serif;
 text-align: left;
 text-decoration: none;
}

.highText, 
 a.highText:link, a.highText:visited, a.highText:active,  a.highText:focus {
 color: #FFFFFF;
 font: 12px Arial, sans-serif;
 text-align: left;
 text-decoration: none;
}


/* Borders used by some items */

.itemBorder {
 border: 1px solid #cc6600;
}
.itemBorderBlank {
 border: 1px solid #663300;
}












