/* Acupunctureworks.com.au Style sheet */
/* CSS2 */
/* IE CSS bugs to be avoided */
/* "margin: auto", "text-align: center" */

body {
	SCROLLBAR-FACE-COLOR: #ffff99;
	SCROLLBAR-HIGHLIGHT-COLOR: black; 
	SCROLLBAR-SHADOW-COLOR: pink; 
	SCROLLBAR-3DLIGHT-COLOR: pink; 
	SCROLLBAR-ARROW-COLOR:  black; 
	SCROLLBAR-TRACK-COLOR: pink; 
	SCROLLBAR-DARKSHADOW-COLOR: black; 
	font-family: Arial, Helvetica, sans-serif;
	background: #ffff99;
	color: #000000;
    cursor: URL('media/Arrow.purple.cur'),pointer;
}

a { text-decoration: underline; font-style: italic;}
a:link { color: #990000;}
a:visited { color: #003300; }
a:hover { color: red;}  /*IE bug - AVOID!*/

h1, h2, h3 { text-align: center; }
em { font-style: italic; font-weight: bold;}

div.text_area {	width: 570px;}
div.text_area p, ul { text-align: justify;}

table {
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 2px;
	border: outset 1px;
	empty-cells: show;
	}
td { border: inset 1px;}
caption { font-weight: bold; font-size: large; margin: 2ex 0 0; }



/* default table format for listing */
table.list {
	background: #ffff9f;
	vertical-align: middle;
	margin: 2ex 0;
	}

table.list td {
	text-align: left;
	background: #ffff99;
	padding: 2px;
}

table.list td:first-child {
	background: #ffff99;
	width: 35%;
	font-weight: bold
}


/* centered big text */
div.cbig { width: 570px;
	text-align: center;
	font-size: large;
}
div.cbig p { 
	text-align: center;
	font-weight: bold; 
	margin: 1ex 0;
}


/* Style for the links at the page bottom */
table.b_link {
	background: #ffff9f;
	width: 599px;
	vertical-align: bottom;
	}

table.b_link a { 
 	font-style: italic;
	}

table.b_link td {
	text-align: center;
	width: 195px;
	background: #ffff99;
/*	font-size: medium; */
   	font-size: 95%;
}

table.b_link td.here {
	background: #990000;
	width: 195px;
	border: none;
	color: #ffffff; 
}









