<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Cascading Style Sheet for nigelglockler.com */
/* ------------------------------------------- */

/* these are the general bits */
BODY { font-size: 11pt; font-family: 'Times New Roman', serif; background-color: #999; text-align: left; color: #000; }
h1, h2, h3, h4, h5, h6, h7 { font-family: 'Tempus Sans ITC', Tempus, tempus, Arial, arial, sans-serif; background: transparent; color: #003333; }

UL { list-style-type: disc; }
UL UL { list-style-type: circle; }
/* ------------------------------------------------------- */
/*             this is for normal links        */
A:link { color: #aaa; text-decoration: underline;}
A:visited { color: #999; text-decoration: underline; }
A:hover { background-color: #fff; color: #ccc; text-decoration: underline; }
A:active { background-color: #fff; color: ccc; text-decoration: underline; }

/* ------------------------------------------------------- */
/*         FRONT PAGE STUFF           */

.nigelsnews { font-size: 1.50em; font-weight: 700; color: #333; text-align: center; }
.newsBlock { margin: 0px 0px 9px 0px; }
.newsHeadline { font-size: 1.15em; font-weight: 700; color: #333; margin: 0px 0px 9px 0px; }
.newsTeaser { font-size: 1.10em; font-weight: 400; color: #333; }
.newsArchive { font-size: 0.80em; }
.about { font-size: 1.05em; font-weight: 400; color: #fff; margin: 0px;}
.textlink { font-family: arial, sans-serif; font-size: 0.7em; font-weight: 400; color: #dddddd; }
.textlinkdiv { font-family: arial, sans-serif; font-size: 0.70em; font-weight: 700; color: #ff0000; }

/* this is for the border on the picture on the front page */
.pic A:link IMG { border-width: 5pt; border-style: outset; border-color: #cccccc; text-align: center; }
.pic A:hover IMG { border-width: 5pt; border-style: inset; border-color: #dddddd; text-align: center; background-color: #ff0000; }
.pic A:visited IMG { border-width: 5pt; border-style: outset; border-color: #cccccc; text-align: center; }
.pic A:active IMG { border-width: 5pt; border-style: inset; border-color: #cccccc; text-align: center; }

.pic { text-align: center; }

/* for image links  */
A:link.img { color: #ff0000; text-decoration: none; background-color: transparent; }
A:visited.img { color: #bbbbbb; background-color: transparent; text-decoration: none; }
A:hover.img { background-color: transparent; color: #ff0000; text-decoration: none; }
A:active.img { background-color: transparent; color: #00ff00; text-decoration: none; }

/* ------------------------------------------------------- */
/* here come the special classes */
.subline { font-size: 10pt; text-align: center; color: #0000aa;  }
.textmenu { font-size: 90%; text-align: center; color: #0000aa;  }
/* ------------------------------------------------------- */
/* this one's for small font notes after the title, like in News */
.note { font-size: 0.7em; line-height: 125%; color: #000033; background-color: transparent; }
/* ------------------------------------------------------- */
/* this one's for links without logos e.g. fan sites */
.link { color: #ff0000; font-size: 12pt; text-align: left; line-height: 200%; }
/* this is for the title (group of a link) */
.linktitle { color: ff3333; font-weight: 700; }

/* ------------------------------------------------------- */
/* for the link page */

A:link.linko  { color: #000000; text-decoration: underline; font-size: 10pt; font-weight: 400; background-color: transparent; }
A:visited.linko  { color: #000033; text-decoration: underline; font-size: 10pt; font-weight: 400; }
A:hover.linko  { background-color: #ff0000; color: #ddffdd; font-size: 10pt; text-decoration: underline; font-weight: 400; }
A:active.linko  { background-color: #000000; color: ff6666; font-size: 10pt; text-decoration: none; font-weight: 400; }


/* ------------------------------------------------------- */
/* this is for the news page */
.latestnews { color: #000099; font-weight: 700; }
.latestnewsoff { color: #0000aa; font-weight: 700; }
.news { text-align: left; color: #000000; font-size: 10pt; font-weight: 500; }
.special { text-align: left; color: #ffff00; font-size: 11pt; }
/* ------------------------------------------------------- */
/*      GENERAL              */
.smallnote {font-size: 0.70em; }


/*     GENERAL LAZY STYLING         */
/* Yes I know, Steve!!!        */
/*            COLORS            */
.red { color: #ff0000; }
.blue { color: #0000ff; }
.yellow { color: yellow; }
.green { color: #00ff00; }
.pink { color: pink; }
.orange { color: orange; }
/*       FONT STYLES             */
.b { font-weight: bold; }       /* this sets text as bold */
.i { font-style: italic; }   /* this sets text as italic */
.bi { font-style: italic; font-weight: bold; }   /* dis is both */

/* ------------------------------------------------------- */
/* just for mad men and english dog references */
.maddog { color: #9966cc; background-color: transparent; text-decoration: none; }

/* -------------------- GALLERY ---------------------- */
.picdesc { font-size: 0.9em; font-weight: 500; text-decoration: none; }</pre></body></html>