/* Typography */

body{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
}

h1, h2, h3, p, ul{
	margin-top: 0px;
}

h2{
	font-size: 26px;
	color: #7f132a;
}

h3{
	font-size: 18px;
	color: #7f132a;
	margin-bottom: 5px;
}

p {
	margin-top: 0px;
	font-size: 12px;
	margin-bottom: 10px;
}

strong{
	color: #7f132a;	
}