<!-- *** stylesheet section ***{  }
<!-- change the border and text font/colour/size here, specified in itemstyles below.{  }
<!-- cut and paste this into your sitewide css file if you want - extra portability!{  }
<!-- be inventive: text-align, etc, can often come in useful. be sure to test in ns4!{  }
<style type="text/css">
.bullet { text-decoration: none; color: #FFFFFF }
.noline { text-decoration: none; color: #FFFF00 }
.noline_white { text-decoration: none; color: #FFFFFF }

.itemText { text-decoration: none; color: #322A74; font: Bold 12px Arial, Helvetica }
.itemHover { text-decoration: none; color: #ffffff; font: Bold 12px Arial, Helvetica }
.itemBorder { border: 1px solid black }

.itemText2 { text-decoration: none; color: #322A74; font: Bold 10px Arial, Helvetica }
.itemHover2 { text-decoration: none; color: #ffffff; font: Bold 10px Arial, Helvetica }
.itemBorder2 { border: 1px solid black}

.itemText3 { text-decoration: none; color: #FFFFFF; font: Bold 12px Arial, Helvetica }
.itemHover3 { text-decoration: none; color: #ffffff; font: Bold 12px Arial, Helvetica }
.itemBorder3 { border: 1px solid black}

</style>