<style>

a:link    { color: blue;}
a:visited { color: blue;}
a:hover   { color: red; background-color: #99ccff; }
a:active  { color: red; }

a.mm:link    { font-weight:bold; font-size:13; font-family:"Arial, Sans-Serif"; color:yellow; }
a.mm:visited { font-weight:bold; font-size:13; font-family:"Arial, Sans-Serif"; color:yellow; }
a.mm:hover   { font-weight:bold; font-size:13; font-family:"Arial, Sans-Serif"; color:yellow; background-color: green; }
a.mm:active  { font-weight:bold; font-size:13; font-family:"Arial, Sans-Serif"; color:yellow; }

td.mm  {
    white-space: nowrap;
    text-align: center;
    background-color: #333366;
}

* { 
    font-family: Arial, Sans-Serif; 
}

body {
    font-size: 12pt;
    margin: 0; 
    padding: 0;
    background-image: url(/image/background.jpg);
}

h1 {
    font-size: 18pt;
    color: #005400;
}

h2 {
    font-size: 12pt;
    color: #cc0000;
}

h3 {
    font-size: 12pt;
    color: blue;
}

h4 {
    font-size: 12pt;
    color: #cc0000;
}

h5 {
    font-size: 12pt;
    margin: 5pt;
    color: blue;
}

h6 {
    font-size: 12pt;
    margin: 5pt;
    color: #cc0000;
}

b,ul,ol {
    font-size: 11pt;
}

th {
    font-size: 10pt;
}

td, li {
    font-size: 10pt;
    margin: 5pt;
}

th.ah, td.ad {
    font-size: 10pt;
    text-align: center;
}

p {
    font-size: 10pt;
    margin: 2pt;
    text-indent: 0;
}

</style>
