body, html {
	background:#FFF;
	font:12pt "Trebuchet MS";
	color:#000;
	}

a:link, a:visited {
 	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	color:#000;
	}	
.header {
	background-image: url(images/charitas.jpg);
	background-repeat: no-repeat;
	background-position: 0 0 ;
	height: 145px;
}
h1, h2, h3, h4 {
	font: "Trebuchet MS";
	}

h1 {
	font-size:2.5em;
	text-align: right;
	}
.description {
	text-align: right;
	font-size: 1.8em;
	font-weight: bold; 
	font-style:italic;
	line-height:80%;
	}
	
h2 {
	font-size:1.8em;
	text-align: right;
	}

h3 {
	font-size:1.5em;
	}

h4 {
	font-size:1.2em;
	}
				
img {
	display:block;
	border:0;
	}

#nav, #searchform, #branding, #commentform, #footer, #sidebar {
	display:none
	}

hr { 
	background:#000; 
	color:#000;
	width:100%; 
	height:1px; 
	margin:2em 0; 
 	border:none; 
	}

blockquote { 
 	margin:1.5em 0; 
 	padding:1em; 
 	border:1px solid #ccc; 
 	font-style:italic; 
 	font-size:0.9em; 
	}


