*{
	padding: 0;
	margin: 0;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

h1{font-size: 2em; font-weight: bold; margin-bottom: 1em;}

h2{font-size: 1.8em; font-weight: bold; margin-bottom: 0.9em;}

h3{font-size: 1.6em; font-weight: bold; margin-bottom: 0.8em;}

h4{font-size: 1.4em; font-weight: bold; margin-bottom: 0.7em;}

h5{font-size: 1.2em; font-weight: bold; margin-bottom: 0.6em;}

h6{font-size: 1em; font-weight: bold; margin-bottom: 0.5em;}

p{margin-bottom: 2em;}

ol{margin-left: 1em;}

ul{margin-left: 1em;}

li{margin-left: 0.4em}

label{
	font-weight: bold;	
}

a{
	color: #4f83f1;
}

a img{	
	border: 0;
}

a:hover{
	text-decoration: none;
}