* { 
	margin:0;
	padding:0;
}

html {
 overflow-y: scroll;
}

fieldset,img { 
	border:0;
}

h1 {
	font-size:1.4em;
	color:#e90000;
	line-height:1.2em;
	margin-bottom:5px;
}
h2 {
	font-size:1.2em;
	color:#e90000;
}
h3 {
	font-size:1em; 
	color:#999;
	margin:0.5em 0;
}
h2, p {
	margin:0 0 0.5em 0;
}

h1,h2,h3,strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

ol li {
	list-style: decimal;	
}
ul li {
	list-style: none;
}

p {
	margin-bottom:1em;
	color:#999;
	}

a {
	color:#e90000;
}

p a {
	font-size:1em;
}

p, a {
	font-size:0.8em;
}

ul li ul {
	margin-left:20px;
}

