<!-- CSS Stylesheet -->

body {font-family:"Arial"; font-size:"10 pt"; }
H1 {font-size:"Medium"; }
H2 {font-size:"Large"; }
H3 {font-size:"X-Large"; }
P {font-family:"Arial"; font-size:"10 pt"; }


<!-- *** MENU 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! -->

.lowText { text-decoration: none; color: #FFFFFF; font: 12px Arial, Helvetica; font-weight: bold }
.highText { text-decoration: none; color: #FFFF00; font: 12px Arial, Helvetica; font-weight: bold }
.itemBorder { border: 1px solid #666666 }
.itemBorderBlank { border: 1px solid #CCCCDD }

.buttonText { text-decoration: none; color: #FF0000; font: Bold 12px Arial, Helvetica }
.buttonHover { text-decoration: none; color: #FFFF00; font: Bold 12px Arial, Helvetica; padding: 1px }
.buttonBorder { border: 1px outset #339966 }
.buttonBorderOver { border: 1px inset #CC9966 }

