html,body{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
body{
	/*font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial;
	font-size: 76%;
	text-align: left;
	color: #333;
	background-color: #000;
}
h1,h2,h3,h4,p{margin-top: 0;}
h2{font-size: 1.4em;}
h3{font-size: 1.2em;}
p{
	text-align: justify;
	font-size: 1em;
	line-height: 1.5em;
}
abbr,acronym{cursor:help;border-bottom: 1px dotted #333;}
img{border: none;}
a{text-decoration: none;}
a:hover{text-decoration: none;}