
h1, h2		{text-align:		center;}

div.button	{display:		block;		/* needed in .js */
		 margin:		0 3;
		 padding:		0 3;
		 border-width:		medium;
		 border-style:		ridge;		/* groove, ridge, solid */
		 border-color:		#dd0000;
		 background-color:	#111111;
		 text-align:		center;
		 font-size:		small;
		 font-weight:		bold;}

a.buttonLink	{text-decoration:	none;}

.tiny		{font-size:		x-small;}
.center		{text-align:		center;}
.right		{float:			right;}
.left		{float:			left;}
.clear		{clear:			both;}

.remark		{color:			#ff8866;}	/* jsutils item, here */