<STYLE TYPE="text/css">
  <!--
    BODY.back { background: lightskyblue; color: black; font-size: 130%; background-image: url(clouds.jpg) }
    BODY.eeffee { background: #EEFFEE; color: black; }
    BODY.ffeeff { background: #FFEEFF; color: black; }
    BODY.lightcyan_s { background: lightcyan; color: black; font-size: 130%}
    BODY.lightgreen_s { background: #CCFFCC; color: black; font-size: 90%}
    BODY.white_130{ font-size: 130% }
    BODY.white_110{ font-size: 110% }
    BODY.white_90{ font-size: 90% }
    BODY.white{ font-size: 130% }

    A:link { color: blue }
    A:visited { color: green }
    A:active { color: maroon }
    A:hover { color: salmon } 

    H1.center { text-align: center }
    H2.center { text-align: center }
    H3.center { text-align: center }
    H4.center { text-align: center }

    OL.number { list-style-type: decimal }
    OL.l_alpha { list-style-type: lower-alpha }
    OL.u_alpha { list-style-type: upper-alpha }
    OL.l_roman { list-style-type: lower-roman }
    OL.u_roman { list-style-type: upper-roman }

    UL.disc { list-style-type: disc }
    UL.circle { list-style-type: circle }
    UL.square { list-style-type: square }

    SPAN.U { text-decoration: underline }
    SPAN.O { text-decoration: overline }

    P.center { text-align: center }
    P.right { text-align: right }
    DIV.center { text-align: center }
    TABLE.center { text-align: center }
    TABLE.right { text-align: right }
    TABLE.p_right { float: right }

    SPAN.font_50 { font-size: 50%; font-style: italic }
    SPAN.font_70_b { font-size: 70%; color: blue }
    SPAN.font_110 { font-size: 110% }
    SPAN.font_120 { font-size: 120% }
    SPAN.font_130 { font-size: 130% }
    SPAN.font_170 { font-size: 170% }
    SPAN.ffddff { background-color: #FFCCFF }
    SPAN.ffeeff { background-color: #FFEEFF }
    SPAN.ffffcc { background-color: #FFFFCC }
    SPAN.eeffee { background-color: #EEFFEE }

    IMG.left { float: left; margin-right: 20px }
    IMG.right { float: right; margin-left: 20px }
    IMG.border0 { border-width: 0px }

    BUTTON.ccffcc { background-color: #CCFFCC; text-align: center }
    BUTTON.ccffcc_120 { font-size: 120%; background-color: #CCFFCC; text-align: center }
    BUTTON.bbffbb_150 { font-size: 150%; background-color: #BBFFBB; text-align: center }
    BUTTON.ffeeff { background-color: #FFEEFF; text-align: left }
    BUTTON.ffffcc { background-color: #FFFFCC; text-align: left }
    BUTTON.eeffee { background-color: #EEFFEE; text-align: left }
    BUTTON.ffffff { background-color: #FFFFFF; text-align: left }
    BUTTON.cyan { font-size: 150%; background-color: cyan }
    BUTTON.pink { font-size: 150%; background-color: pink }
    BUTTON.pink_s { font-size: 100%; background-color: pink; text-align: left }
    BUTTON.yellow_s { font-size: 100%; background-color: yellow; text-align: left }
    BUTTON { font-size: 100%; text-align: left }

    span.white_b { background-color: white }
    span.blue { color: blue }
    span.blue_b { background-color: blue }
	span.red { color: red}
	span.red_b { background-color: red }
	span.yellow { color: yellow}
	span.yellow_b { background-color: yellow }
	span.cyan { color: cyan}
	span.cyan_b { background-color: cyan }
	span.gray { color: gray}
	span.gray_b { background-color: gray }
	span.green { color: green}
	span.green_b { background-color: green }
	span.magenta { color: magenta}
	span.magenta_b { background-color: magenta }
	span.orange { color: orange}
	span.orange_b { background-color: orange }
	span.pink { color: pink}
	span.pink_b { background-color: pink }
	span.lightblue { background-color: lightskyblue }
	span.lightgreen { background-color: lightgreen }
    DIV.red { color: red }
    DIV.magenta { color: magenta }

	td.lightcyan { background-color: lightcyan}
  -->
</STYLE>

