body{
	font-family:Arial, Verdana, Tahoma;
	font-size:12px;
	color:#444;
	line-height:1em;
}

/* PARAGRAPHS */

p{
	line-height:1.5em;
	margin:10px 0;
	color:#444;
}

/* LINKS */

a{
	text-decoration:none;
	color:#2c4ae4;
}

a:hover{
	text-decoration:underline;
}

/* HEADINGS */

h1,h2,h3,h4,h5{
	font-size:30px;
	color:#121d6d;
	margin:0;
	padding:0;
	font-weight:bold;
	line-height:1.1em;
}

h2,h3,h4,h5{
	font-size:20px;
	color:#2c4ae4;
	margin:15px 0 5px 0;
}

h3,h4,h5{
	font-weight:normal;
	margin:5px 0;
	color:#555;
}

h4,h5{
	font-size:18px;
}

h5{
	font-size:16px;
}

/* LIST */

ul{
 	margin:0 0 0 20px;
	padding:0;
	list-style:none;
}

ul li{
	padding:3px 0 3px 20px;
	display:block;
	background:url("../images/list.png") no-repeat left center;
}
