
.lowMain, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
 color: #000000;
 font: 22px Arial, sans-serif;
 text-align: center;
 text-decoration: none;
}

.highMain, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
 color: #666334;
 font: 25px Comic Sans MS;
 text-decoration: none;
 font-weight:bold;
 text-align: center;
 font-weight:bold;
}

.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
 color: #666334;
 font: 13px Comic Sans MS;
 text-align: left;
 font-weight:bold;
 text-decoration: none;
}

.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
 color: #666334;
 font: 13px Comic Sans MS;
 text-align: left;
 text-decoration: none;
}

/* Borders used by some items */

.itemBorder {
 border: noborder;
}
.itemBorderBlank {
 border: noborder;
}

/* The "button" demo menu styles, as used by the "File-Reopen" menu. Delete if not using */

.buttonText, a.buttonText:link, a.buttonText:visited, a.buttonText:active, a.buttonText:focus {
 text-decoration: none;
 color: #dddddd;
 font: Bold 12px Arial, Helvetica;
}
.buttonHover, a.buttonHover:link, a.buttonHover:visited, a.buttonHover:active, a.buttonHover:focus {
 text-decoration: none;
 color: #dddddd;
 font: Bold 12px Arial, Helvetica;
 padding: 1px;
}
.buttonBorder {
 border: noborder;
}
.buttonBorderOver {
 border: noborder;
}


