/*
 * Style sheet for Schachfreunde 1974 Heinsberg e.V. home page
 * Blitzschach-Grand-Prix specials 
 * sfhs-bgp.css, V1.003 2010-09-29 Wolfgang de Cauter
 */

 body {
  background: #ccc none;
  color: #000;
 }

@media screen {
 body {
  background: #ccc url(sfhs_bg_ccc.png) repeat scroll;
 }
} /* end media screen */

 h1 {
  border: 0.14em solid #fff;
  padding: 0.5em;
  background: #fcc none;
  font-family: "Copperplate Gothic Bold", "CopprplGoth Hv BT", Copperplate, "Times New Roman", Times,serif;
  font-size: 18pt;
  font-weight: bold;
 }

@media screen {
 h1 {
  background: #fcc url(sfhs_bg_fcc.gif) repeat scroll;
 }
} /* end media screen */

 a.kskhs:link {
  background: #f00 none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18pt;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
 }
 
@media screen {  /* hide from IE3 */
 a.kskhs:hover {
  background: #fff none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18pt;
  font-weight: normal;
  text-decoration: none;
  color: #f00;
 }
} /* end media screen */

