/* */

body {
font-family: Times, "Times New Roman", serif;
color: #008000;
text-align: left;
}

.centre {
text-align: center;
}

/* 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 {
font-family: Times, "Times New Roman", serif;
color: #008000;
font-weight: bold;
}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {
font-family: Times, "Times New Roman", serif;
color: #008000;
text-align: left;
font-size: 12pt;
}

p {}

a:link {
font-family: Times, "Times New Roman", serif;
color: #808040;
text-decoration: none;
}

a:visited {
font-family: Times, "Times New Roman", serif;
color: #808000;
text-decoration: none;
}

a:hover {
color: #808000;
font-family: Times, "Times New Roman", serif;
text-decoration: none;
}

a:active {
font-family: Times, "Times New Roman", serif;
color: #808000;
text-decoration: none;
}

img {}