html,body
{
	margin-top: 0px;
	padding-top: 0px;
   width: 450px;
   margin-left: auto;
   margin-right: auto;
   font: Arial;
}

body {
	margin: 0px;
	padding: 0;
   /*font-family: "Gill Sans MT", "Gill Sans", GillSans, sans-serif;*/
/*	font-family: arial, verdana, helvetica, sans-serif;
*/
   font-family: "Luxi sans", "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif;
   font-size: 0.8em;
	overflow:auto;
	background-color: white;
}

img {
   padding-left: 1em;
   padding-top: 1.5em;
   float: right;
}

