
/* Style Sheet for TOHA */


body	{
	background:	#3E643B; 
	background-image:	url(images/brick-2.jpg);
	color:				#642F1D;   /* all text */
	font-family:		times, serif;
	font-size:			14pt;
	margin-left:		5em;
	margin-right:		5em;
	}

h1, h2, h3	{
	font-family:	arial,sans-serif;
	text-align:		center;
			}

h1		{
/*	font-family:	times, serif;*/
	font-size:		48pt;
/*	color:				#B5853D;*/   /* all text */
		}

h2		{
	font-size:		36pt;
		}

h3		{
	font-size:		24pt;
		}

h4		{
	font-size:		18pt;
		}

.foot
		{
/*	font-family:	'times new roman', times, serif;
	font-size:		13pt;*/
		}

P		{
	text-indent:		1em;
		}

A		{
	text-decoration:	none;
		} /* takes away underlines on hyper-links */

A:active	{color:		#000000;}
A:link		{color:		#FF0000;}	/* red */
A:visited	{color:		#0000FF;}	/* green */
A:hover		{
	text-decoration: underline;
	font-style:italic  
			}

.num	{
	font-size:		52%;
	font-weight:	550;
	vertical-align:	super;
		}

.den	{
  font-size:		52%;
  font-weight:		550;
  vertical-align:	sub;
		}

.meridian	{		/* makes AM and PM in small caps from lower case--looks cool */
			font-variant:small-caps;
			}

.update	{
		font-size:.8em;
		}

/*	following are to create active buttons with the id 'button' */

#button	{
	font-family:	 Arial, Helvetica, sans-serif;	/*	all text in the buttons will be sans serif */
	font-size:		 1.2em;			/*	text will be 30% bigger than base font size */
	font-weight:	 bold;			/*	text will be bold */
		}

#button ul	{				/*	this grouping sets up an unordered list for making buttons */
	display:	block;		/*	sets for vertical display of li boxes */
	display:	inline;		/*	sets for horizontal display of li boxes */
		}

#button li	{
	list-style:	 none;		/*	eleminates leading characters in list items */
	line-height:	1.9;	/*	sets spacing between buttons and eliminates jitter	*/
		}
  
#button a
		{
	padding:			3px 10px 3px 10px;	/*	in conjunction with line height above sets size and spacing */
	color:				#B5853D;			/*	sets text color for links */
	background:			#3E643B;			/*	sets background color for links */
	text-decoration:	none;				/*	eliminates underline for links */
		}

#button a:link, 
#button a:visited		{  
/*	display:			block;*/	/* setting block here makes button full width of container */
/*	_height:			1%;	*/		/* may be needed for ie to make the whole tab clickable */

	border-top:		 3px solid #FFCE87;		/*	these four paramaters give boxes	*/
	border-left:	 3px solid #FFCE87;		/*	a raised medallion appearance */
	border-bottom:	 3px solid #A47733;
	border-right:	 3px solid #A47733;
		}

#button a:hover	{
	font-style:		normal;					/*	counteracts italic hover set elsewhere	*/
	border-top:		3px solid #A47733;		/*	these four paramaters give boxes		*/
	border-left:	3px solid #A47733;		/*	a depressed medallion appearance		*/
	border-bottom:	3px solid #FFCE87;		/*	when mouse cursor is placed over them	*/
	border-right:	3px solid #FFCE87;
		}



/* revised 20 July 2008 previous */
