* {
	margin: 0px;
	padding: 0px;
}



body {
text-align:center;
background: #ffffff;
}

#content {
margin: 0 auto;
margin-top: 5em;
/*text-align:center;*/
/*width: auto !important;*/
/*max-width:800px;*/
/*min-width:800px;*/
width:800px;
/*font-family: "Trebuchet MS", Tahoma, Verdana;*/
font-family:Tahoma, Arial, Helvetica, sans-serif;
line-height:1.3;
/*padding: 2em;*/
color: #000000;
background: #ffffff;
/*border: medium solid #000000;*/
}

h1 {
font-size:140%;
font-weight:bolder;
margin-bottom:1em;
}

h2 {
font-size:90%;
font-weight:bolder;
}

img {
border: 0;
}




