body {
	background-color: transparent;
    font: 12pt Palatino, "Times New Roman", Times, serif;
	color:#000;
}

 { display: none;}

#wrapper { 
	background-color:transparent;
	padding: 0px;
	margin: 0px;
}

form, #access, #navlist, .breadcrumbs { display: none;}

#footer { border-top: 1.5pt black solid; text-align: centre; color: #333;}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
	font-weight: bold;
	margin: .75em 0 .5em 0;
	page-break-after: avoid;
}

a, a:visited, a:hover, a:visited:hover {
	color: #77AC40;
	background: transparent;
	text-decoration: none;
}

a:link:after, a:link:visited:after {
	content: " (Link to <" attr(href) ">) ";
	font-size: 76%;
	color: #999;
	background: transparent;
}

a[href^="/"]:link:after { content: " (Link to <http://mentaid.in/ " attr(href) ">) ";}
