/* 
Style sheet for the shrub, just to get rid of all the font tags on the homepage
Later maybe we'll do a real redesign.
*/

  
body {
	background: #FFFFFF url("global/bigbackground1.gif") no-repeat fixed top left; 
  /*margin: 0;*/
}

h1 {
  font-family: Verdana, sans-serif;
	color: #FFFFF;
	margin: 0.2em 0em 0.4em 0em;
}

h2, h3, h4 {
  font-family: Arial, sans-serif;
	color: #FFFFFF;
	margin: 0.6em 0em 0.2em 0em;
}

h1 {
  font-size: 1.6em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-weight: normal;
  font-size: 1em;
}

h4 {
  font-weight: normal;
  font-size: 0.9em;
}

p, li {
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	font-size: 0.9em;
  margin: 0em 0em 0.4em 0em;
}

p.date {
  font-size: 0.8em;
}

img {
	border: 0px;
}

a, a:link {
/*	text-decoration: none;
	border-bottom: 1px solid;*/
}

a img, a:link img {
	text-decoration: none;
	border: 0px;
}


