

<STYLE>

/* This sets FONT and LINKS on the page except for the NEXT button           */
/* Created using Style Master from Western Civilisation CSS1 { 0 62 558 625 } */

body, p, td, li {}

/* Because Netscape Navigator 4 does not allow inheritance into tables, and breaks inheritance after tables, rather than simply setting properties on the body and relying on inheritance, we explicitly set the properties using a selector group. */

/* This basic style sheet provides selectors for the most commonly used elements. Use it as the basis for your style sheets. */

h1, h2, h3, h4, h5, h6 {}

h1 {
background-color: #0579fa;
color: #ffffff;
font-style: normal;
font-weight: bold;
font-size: 22pt;
font-variant: small-caps;
}

h2 {
padding: 2px;
color: white;
font-style: normal;
font-weight: bold;
font-size: 18pt;
font-family: sans-serif;
font-variant: small-caps;
}


h5 {

color: cyan;
font-weight: bold;
font-size: 14pt;
font-family: serif;
border-bottom: 2pt #066ff groove;
}


p {
color: #ffffff;
font-style: normal;
font-weight: bold;
font-size: 10pt;
font-variant: small-caps;
vertical-align: text-top;
}

a:link {
color: #400080;
font-style: oblique;
font-weight: bold;
font-size: 12pt;
text-decoration: underline;
}

a:visited {
font-style: oblique;
color: #8080c0;
font-weight: bold;
font-size: 12pt;
text-decoration: none;
}

a:hover {
color: lime;
font-style: oblique;
font-weight: bolder;
font-size: 12pt;
text-decoration: underline;
background-color: #404766;
padding-left: 4px;
padding-right: 4px;
}

a:active {}

img {}

</STYLE>

