<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Uniform style sheet for Just A Minute, revised in 2020 */
/* Responsive measures: elminate point units wherever possible */
 h1 { padding-left: 1.8em; padding-top: 1.8em; font:bold 2em Tahoma,Arial,Helvetica,sans-serif; color: red; background-color: white; margin-bottom:0.5em; margin-top:0.4em;}
 h2 { padding-left: 0; padding-top: 1.2em; font:bold 1.1em Tahoma,Arial,Helvetica,sans-serif; background-color: white; margin-bottom:0.5em; margin-top:0.4em;}
.selectedmenu { background-color:#FEFEFE; font:bold 1em Tahoma,Arial,Helvetica,sans-serif; color:red;
   text-align:center; border-width:0.3em; border-color:blue; border-left-style:solid; border-right-style:solid; border-top-style:solid; }
/* */
 body { background-color:#040404; text-align:center; padding:0; margin:0 0em 0 0em; }
#topnav { width:80vw; max-width:648px; }
#topnavtab { max-width:34em; width:86%; text-align:center; }
#topnavtab td { text-align:center; vertical-align:top }
/* Normal links */
 a:hover {color: teal;}
 .small {font-size: x-small;}
 .blue  {color: blue;}
 .jamred {color: #FC0000;}
 .stdtext {font: 0.9em Tahoma,Arial,Helvetica,sans-serif; }
 .smalltext {font: 0.72em Tahoma,Arial,Helvetica,sans-serif; }
 .bigvtext {font: bold 1.1em Arial,Verdana,Tahoma,Helvetica,sans-serif; }
 .alttext { font-family: Times New Roman,Times,serif}
.topmenu { background-color:inherit; color:#A18D62; font:bold 1.2em Tahoma,Arial,Helvetica,sans-serif;
    text-align:center; z-index:30; margin:auto; }
.topmenu a:link { text-decoration: none; color:#FFB802;}
.bottext a:link { text-decoration: none; color:white; }
.topmenu a:visited { text-decoration:none; color:yellow; }
.topmenu .linked { color:#FFB802;}

table.topmenu td {vertical-align:top; text-align:center }
.toptext, .bottext { background-color:inherit; color:#FFB802; font-family:Tahoma,Arial,Helvetica,sans-serif;}
.toptext a:visited, .bottext a:visited { color:yellow }
/* Semi-disable the link using pointer-events (supported only on recent browsers), and keep the "normal" cursor to indicate */
.selectedmenu a:visited,.selectedmenu a:link { text-decoration: none; color:red; pointer-events: none;cursor:default; }
.menuoff { color:#A18D62; }
.bpoints { color:#FEFEFE; font-family:Tahoma,Arial,Helvetica,sans-serif;}
.bpoints a:link { color:yellow }
.bpoints a:visited { color:gold }
.prize { color:darkgreen; }
.backscreen { background-color: rgba(255, 255, 255, 0.7); }
.backdark { background-color: rgba(0, 0, 0, 0.4); }
@media screen and (max-width: 600px) {
  .topmenu { font-size: 3.6vw; }
  .toptext, .bottext { font-size:0.8em }
  
}
/* Language switching box */
#langsw { position:fixed; top:0; left:0; padding:1px; background-color: rgba(255, 255, 255, 0.7);
    z-index:1000; opacity:0.4 }
#langsw:hover { opacity: 1.0; }
.langopt { }</pre></body></html>