html {
	font-size: 85%;
	font-family: 'Lucida Grande', 'Trebuchet MS', arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0
}

body {
	font-size: 100%;
	padding: 0px 10px;
	background: white url(/imgs/backshade.png) repeat-x;
	color: black;
}

p { margin: .5em 0 }
img { border: none }
ul, li, ol { margin: 0; padding: 0 }

/* ===== LINKS GENERAL ===== */
a:link, a:visited {
	color: #aa4142;
	font-weight: bold;
	text-decoration: none
}

a:hover {
	color: #c37676;
	text-decoration: underline
}



/* ===== HEADERS TAGS ===== */
h1 {
	/* Title of the blog */
	font-size: 2em;
	letter-spacing: 2px;
/*	margin: 2em 0 0 0*/
}

h2 { } /* see h2.date */

h3 {
	/* Titles of the entry */
	font-family: 'book antiqua', georgia, garamond, times, 'times new roman', serif;
	font-style: italic;
	font-size: 1.5em;
	color: #333333;
	margin: 0
}

h4 { font-size: 1.2em; }



