body { margin-left: 5%; margin-right: 5%; background-color: ffffff; color: 000080; font-family: times }

h1 { text-align: center }
h2 { margin-bottom: 1em; color: 000080 }
h2.indent { text-indent: 3em; margin-bottom: 1em; margin-top: 2em; color: 000080 } /*used only for CA games? if so, replace with inline stylesheet*/
h3 { color: 000080; margin-top: 12pt }
h3.notop { margin-top: -12pt } /*Use when a H3 comes right after a H2*/
h4 { color: 000080 }
h5 { margin-bottom: -1em; color: 000080 }

p { font-family: times; color: 000080 }
p.nobottom { margin-bottom: 0 }
p.left { float: left }
p.fourheight { line-height: 4pt } /*Seems to work in Netscape, but not IE. See Gsoccer*/
p.clear { clear: all }
p.center { text-align: center }

table { width: 100% }
th { text-align: left; vertical-align: top; color: 000080 }
th.underline { text-decoration: underline }
th.border { vertical-align: bottom; border-style: solid; border-top-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-width: 1px }
td { font-family: times; color: 000080; vertical-align: top }
td.border { border-style: solid; border-width: 1,1,1,1px }

div.boxed { margin-left: 3em; width: 200px; padding: 6,6,6,6px; border-style: solid; border-color: 000080; border-top-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-width: 1px }
/*border widths specified individually because "border-width: 1,1,1,1px" does not work in Netscape. Even long-hand border width method used with DIV above does not work with tables in Netscape*/

ol { margin-bottom: 12pt }
ul { color: 000080; margin-bottom: 12pt; list-style-type: disc /*Disc setting put in for Netscape 4.72*/ }
ul.notop { margin-top: 0 }
li.spaced { margin-top: 1em }
ul li.nobullet { list-style-type: none }

dl { margin-top: -1em }
dt { font-weight: bold; margin-top: 12pt; margin-bottom: -14pt }
dd { margin-left: 108pt; vertical-align: top }

img.center { text-align: center }
img.right { float: right }
img.left { float: left; right-padding: 6px }
img.block { display: block; margin-top: 12pt; margin-bottom: 12pt }
hr { margin-top: .5em; margin-bottom: .5em }

/* font family specified in BODY, however, also in sub-elements, because otherwise */
/* Netscapes screws up fonts in anything appearing after a TABLE */
