/*
**  DESCRIPTION
**	This is the style used for the web pages of the CPH STL.
*/

BODY {
  background:		#F9F9F9;
}

a:link { color: #1f1f69; text-decoration: underline }
a:visited { color: #0f0f49; text-decoration: underline }
a:active { color: #919191; text-decoration: none }
a:hover { color: #000000; text-decoration: none }

dl dt { 
  font-weight: bold;
}

/* Addresses are centered with a line above */
ADDRESS {
  text-align:		center;
  border-top-width:	thin;
  border-top-style:	solid;
}
