html,body, table, td {cursor: crosshair; color: #BABABA;}
body {text-align: center; background-color: #161616;  font-size: 160%;}
a:link, a:visited, h1 {color: #B97602; border: none;}
a:hover, a:active {color: #FFFFFF;}

@font-face { font-family: 'cs_regular'; src: url('cs_regular.ttf') format('truetype'); }	  
h1, big, #header, #navi, #footer, #demo, #mta {font-family:'cs_regular',sans-serif;}

big {font-weight: bold; color:B97602;}

#header {font-size: 120pt; margin-bottom: 0.5em;}
#mta {text-align: center;}

#navi {font-size: 120%;}

#navi a, #footer a {margin-left: 1em; margin-right: 1em; border: none;}
#footer {font-size: 80%; border-top: 1px solid B97602;}

#gfc{
  /* Default style with blur and reduced opacity */
  filter: blur(5px) opacity(0.4);
  transition: filter 0.5s ease; /* Smooth transition effect */
}

#gfc:hover {
  /* Clear the blur and restore full opacity on hover */
  filter: blur(0px) opacity(1);
}


pre {border: 0px; font-size: 80%; margin: auto;}

@media print {body {column-count: auto;}}