/* ############ Stylesheet for phill's site ########################################## */
/* note: id's should be unique on a page */

/* ############ General ########################################################### */
body	{ background: Black  url(images/stars.gif); margin: 0px 5px 0px 5px;}
/* size, font-family, color */
body,p,ul		{ font-size: 90%;} /*  by jove works and validates */
body,p,td,th,ul,li,a	{ font-family: Arial, Helvetica, sans-serif; color: White;}

/* ############ Headings ########################################################## */
/* default font-family and colour */
h1,h2			{  font-family: Comic Sans MS, Arial, Helvetica, sans-serif; color: #ff3300;}
h3,h4,h5		{  font-family: Arial, Helvetica, sans-serif; color: #ff3300;}
/* size and other */
h1				{ font-size: 160%;}
h2				{ font-size: 140%; 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; padding-bottom: 0px;}

/* ############ Links ############################################################ */
a			{ color: Yellow;} /* was same as body text */
a:active 	{ color: #ff9933;}
a:visited 	{ color: #ffff66;}
a:hover		{ color: #ff9900;}

/* ############ Lists ############################################################ */
/*ul li	{ list-style: disc url(images/bullet_star.gif);}*/

/* ############ forms ############################################################ */
input, textarea {font-size: 150%;}
button {margin-top: .75em; padding:.5em 1em; font-size: 120%; border-radius:5px; background-color: yellow; border:#000;}
button:hover		{ background-color: #ff9900;}

/* ############ Other ############################################################ */
em	{ font-style: normal; font-weight: bold;}
small	{  font-size: 80%;}

/* ## end ## */