body {
  font-size: 125%;
}

a#text-large {
  color: #666;
  text-decoration: none;
  border: 0;
}

p.g{
	margin-top:1em;
	margin-bottom:-1em;

}


/* IE5 Mac refuses to position the sidebar content correctly when text is sized up, so we do it manually (groan), then use the "backslash hack" to hide the proper value from IE */
div.sidebar {
  top: 22em;
}

/* Other browsers see this \*/
div.sidebar {
  top: 20em;
}
/*  */



