/* Created using Style Master from Western Civilisation NS4.0

NS6

IE4.0

IE5

IE6

O5 { 2 2 558 625 } */

BODY {
background-color: #000000;
font-size: 12pt;
color:white;
}

h1 {
font-family: times;
font-size: 200%;
color: white;
text-align: center;
}

h3 {
font-family: times;
text-align: center;
background-color: #6db4be;
color: #000000;
font-size: 12pt;
}

h2 {
font-size: 80%;
color: #0000ff;
background-color: #6db4be;
font-weight: normal;
font-style: normal;
font-variant: normal;
text-decoration: none;
text-align: center;
font-family: Times, "Times New Roman", serif;
}

A {
color: #ffffff;
}

A:visited {
color: #ffffff;
}

A:active {
color: #ffffff;
}

A:hover {
color: #ffffff;
}
/* Cursor and glow styling */
area {
  cursor: pointer;
}

/* Highlight overlay */
.highlight {
  position: absolute;
  pointer-events: none;
  background: rgba(255, 200, 0, 0.35); /* golden glow */
  border: 2px solid rgba(255, 180, 0, 0.8);
  border-radius: 6px;
  display: none;
  z-index: 10;
}

/* Show highlight when hovering */
area:hover + .highlight {
  display: block;
}

</style> {}