/*  Generale */
html, body, p, h1, h2, h3, h4, td, th, form, img, ul,li{
	border: 0px; margin: 0px; padding: 0px;
}

body, input,textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

body{
	text-align: center;
	background-color:#880101;
	
}

h1  {
	font-size:16px;
}
h2  {
	font-size:14px;
}
h3  {
	font-size:12px;
}
h4  {
	font-size:10px;
}
ul  {
	list-style-type: none;	
}
