/* Idea: Could control pixel-height/linespacing or even change the font so that it's sized so that it fits the squares in the square background. */

/******************
 * General layout *
 ******************/

body
{
	color: #000000;
	background-color: #FFFFFF;	/* Old-skool grey */

	background-attachment: scroll;	/* should this be scroll!important ? */
	background-image: url(pics/global/square_background.gif);


	font-family: Arial, Helvetica, sans-serif;

}


/*******
 * HRs *
 *******/

HR
{
	background-color: #000000;
	border-color: #000000;
	border: solid thin;
	margin: 3ex 0;
}



/*********
 * Misc. *
 *********/

.FeedbackText
{
	font-stretch: expanded;	/* Supported? */
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 110%;
}

