/*
**  NAME
**	http://www.gamby.dk/style/gamby.css
**


/*  --------------------------------------------------------------------
**  Fonts:
**	The body of the text is set in whatever font is chosen by the
**	browser/user while headings are set preferably in a sans serif
**	font.
**  --------------------------------------------------------------------
*/

H1, H2, H3, H4, H5, H6 {
  font-family:		Lucida, Arial, Verdana, sans-serif;
}


/*  --------------------------------------------------------------------
**  Colors:
**	All pages are set in black on a slightly off-white background.
**	From time to time we need additional colors and then use a set
**	of dusty red/green/blue. Also, we may need a dark grey and a 
**	light grey to emphasize rows in a table.
**  --------------------------------------------------------------------
*/

/* Default colors are black writing on white background */
BODY {
  background:		white;
  border-color:		white;
  color:		black;
}

/* Use the set of dusty colors for links */
A:link { color:		#2b557f; }
A:visited { color:	#990000; }


/*  --------------------------------------------------------------------
**  Text properties:
**  --------------------------------------------------------------------
*/

/* Center first-level headers */
H1 { text-align:	center; }

/* Addresses are centered with a line above */
ADDRESS {
  text-align:		center;
  border-top-width:	thin;
  border-top-style:	solid;
  margin-top: 1em;
}

/* links to other language versions of a page are formatted especially */
.langlink {
  text-align: right;
  font-variant: small-caps;
}

img.centered {
  margin: 0px auto;
  display: block;
}

/* Specific ids */

/* the container that holds the text */
#textarea {
  padding: 0% 15% 0% 15%;
  margin: 0px;
}

