/* ## Stylesheet for fluffy site ## */

/* ## General ## */
body	{background:#fff; margin:10px 10px;}
/* size, font-family, color */
body,p,ul,td			{font-size:small;}
body,p,td,th,ul,li,a	{font-family:Arial, Helvetica, sans-serif; color:#999; text-align:center;}

/* ## Headings ## */
/* default font-family and colour */
h1,h2,h3,h4,h5	{color:#06c; font-family:Arial, Helvetica, sans-serif;}
/* size and other */
h1		{font-size:180%; text-align:center;}
h2		{font-size:150%; margin-top:20px; margin-bottom:0px;}
h3		{font-size:120%; margin-top:20px; margin-bottom:0px;;}
h4,h5	{font-size:100%; margin-top:10px; margin-bottom:0px;}

/* ## Links ## */
a			{color:#00f;}
a:active 	{color:#f00;}
a:visited 	{color:#33f;}
a:hover		{color:#f00;}

/* ## Lists ## */
/*ul li	{list-style:disc url(http://www.ymrl.org.au/images/bullet_star.gif);}*/
p.pl {margin-bottom:-12px;}
/* ## Other ## */
code	{font-size:120%;}
em	{font-weight:bold; font-style:normal;}
hr	{color:#666; background:#666; border:none; height:1px; clear:both;}


/* top nav on block results*/
#tn {width:40%; margin:auto;}

/* for display tables divs */
.dt, .dtc		{text-align:center; padding:5px 0px 5px 0px;}
.dt th, .dtc th		{font-size:90%; background-color:#bbb; border:1px #aaa solid;}
.dt td 			{font-size:75%; background-color:#ddd; text-align:left; border:1px #ccc solid;}
.dtc td 		{font-size:90%; background-color:#ddd; text-align:center; border:1px #ccc solid;} /* only diff */


/* main part of page */
#mc	{width:600px; margin:auto;}
#mc p	{text-align:left;}

/* footer */
#ft		{text-align:center;}
#ft p	{font-size:75%; font-style:italic;}

/* ## end ## */