html,body{
	padding: 0;
	margin: 0;
}
body{
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 75%;
	background-color: #FFF;
	color: #333;
}
h1,h2,h3,h4,p{margin-top: 0;}
h1{font-size: 1.5em;}
h2{font-size: 1.3em;}
h3{font-size: 1.2em;}
h4{font-size: 1.1em;}
p{
	text-align: justify;
	font-size: 1em;
	line-height: 1.6em;
}
abbr,acronym{cursor:help;border-bottom: 1px dotted #333;}
img{border: none;}
a{text-decoration: none;color: #333;font-weight: bold;}
a:hover{text-decoration: none;}
