
body {
margin: 0 auto;
padding: 0;
font-family: "Times New Roman",Serif;
background: #ffffff;
color: #000000;
}
	
#content {
margin: 2%;
width: auto;
float: none !important;
}

h1 {font-size:15pt;
}
h2{
	font-size:13pt;
}
p{
	font-size:11pt;
}
a {
text-decoration: underline;
color: #0000FF;
}
#left{
	display:none;
}