/*Per default, LaTeX2Html rendered webpages do not look anything like a pdf generated by LaTeX.This stylesheet is a very simple step towards better readability.It is not tested on windows as of writing this.Julian Rohrhuber 2008, http://wertlos.org/latex*/	body {		font-family:garamond, helvetica;		margin: 4em 5em 10em 5em;		width: 35em;		text-align: justify;		text-justify: newspaper;	}		a:link { text-decoration:underline; border-width: 0px; }	a:visited   { text-decoration:underline; border-width: 0px; }	a:hover	  { text-decoration:underline; border-width: 0px; font-style: italic; }	a:active   { text-decoration:underline; border-width: 0px; }		img { border: none; }	blockquote { 		width: 500px;		//font-style: italic; 	}