/*
  style sheet for gn24" pages
  November 2025
*/



/* TAGS */
body      {text-align: center; font-family: Arial, sans-serif} 
div       {text-align: center}
table     {margin: 0 auto; text-align: center; width: 750px}
img       {width: 350px}
h1        {font-size: 18pt; color: rgb(150,0,0); margin: 0px 0px 5px 0px}
h2        {font-size: 14pt; color: black; text-align: center; margin-top: 15px}
hr        {width: 800px; height: 6px; background-color: rgb(222,116,5); margin-top: 30px} 


/* LINKS */
a:link    {color: blue}
a:visited {color: purple}
a:active  {color: red}

/* IDS */


/* CLASSES */
.link       {text-align: center}


