<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Default CSS Stylesheet for a new Web Application project */

body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; }

a:link { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color: #0000CC; }
a:active { text-decoration: none; color: #000000; }
a { font-family: Arial, Helvetica, sans-serif; font-size: 10px; }

.style1 { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; }
.style2 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.SiteHeaderText {COLOR: steelblue;FONT-FAMILY: Arial;FONT-SIZE: 11pt;FONT-WEIGHT: bolder}

.SiteAnchorText{COLOR: blue;FONT-FAMILY: Arial;FONT-SIZE: 10pt;text-decoration: underline;}

.NavAnchor {COLOR: Fuchsia; FONT-FAMILY: Arial; FONT-SIZE: 10px;}
</pre></body></html>