@import url(allbrowsersexceptie3andnn4.css);
.dummy {color: black}
/* Above 2 lines:
   - @import not implemented by NN4, hence ignored.
   - @import broken in ie3, which it takes to be a selector, so it
     ignores everything after the @import up to after the next {},
     which is why there is a dummy statement (added as a hack for ie3).
*/

/* Font settings */
ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, LI,
MENU, OL, P, PRE, TD, TH, TR, UL {font-family: sans-serif;
color: black;
font-size: 16px}

BODY {background: white;
margin-left: 6%;
margin-right: 4%;
padding: 0;
border: none;
cursor: default}

/*
BODY {margin: 0 auto }
HTML BODY {margin: 0 auto;
border: 1em 4% 1em 6%}
*/
BODY {width: 45em}

A {cursor: pointer;
background: transparent}

ADDRESS {font-style: italic}

BIG {font-size: 19px}

BLOCKQUOTE {font-style: italic}

BUTTON {cursor: auto}

CITE {font-style: italic}

CODE, KBD, SAMP, TT {font-size: 14px;
text-align: left}

DIR, MENU {list-style: disc} 

DT {font-weight: bold}

H1, H2, H3, H4, H5, H6 {font-family: Arial, Helvetica, sans-serif;
font-weight: bold}

H1 {font-size: 28px}

H2 {font-size: 26px}

H3 {font-size: 24px}

H4 {font-size: 21px}

H5 {font-size: 18px}

H6 {font-size: 16px}

HTML {margin: 0; 
padding: 0}

INPUT {cursor: auto}

PRE {margin-left/**/: 0;
white-space: pre}

SMALL, SUB, SUP {font-size: 13px}

TEXTAREA {cursor: text}

TD {margin-left: 0}

TH {font-weight: bold;
text-align: center;
margin-left: 0}

OL, UL OL, UL UL OL, OL OL OL OL, UL UL UL OL {list-style: decimal;
text-align: justify}

OL OL, OL UL OL, UL OL OL, OL UL UL OL, UL OL UL OL,
UL UL OL OL {list-style: lower-alpha;
text-align: justify}

OL OL OL, OL OL UL OL, OL UL OL OL, UL OL OL OL {list-style: lower-roman;
text-align: justify}

UL, OL UL, OL OL UL, OL OL OL UL, UL UL UL UL {list-style: square;
text-align: justify}

UL UL, OL UL UL, UL OL UL, OL OL UL UL, OL UL OL UL,
UL OL OL UL {list-style: circle;
text-align: justify}

UL UL UL, OL UL UL UL, UL OL UL UL, UL UL OL UL {list-style: disc;
text-align: justify}

/* Things to change or remove */
P {text-align: justify}
P.photocaption {text-align: center}

A:link {color: blue;
text-decoration: underline}

A:visited {color: purple;
text-decoration: underline}

A:active {color: fuchsia;
text-decoration: none}

A:hover {color: blue;
text-decoration: underline}

/* Next 6 lines: embedded comment causes property to be hidded from ie3 */
H1 {margin-left/* */ : 0%}

H2 {margin-left/* */ : 0%}

H3 {margin-left/* */ : 0%}

H4 {margin-left/* */ : 0%}

H5 {margin-left/* */ : 0%}

H6 {margin-left/* */ : 0%}

PRE {border: solid thin;
padding: 1em 3%}

/* Next 6 lines: translation links at the top of the index.html page.
   Prevents the flag and text links being highlighted. */
TABLE.translate IMG {color: white}

TABLE.translate A:link {color: black; text-decoration: none}

TABLE.translate A:visited {color: black; text-decoration: none}

TABLE.translate A:active {color: black; text-decoration: none}

TABLE.translate A:hover {color: black; text-decoration: none}