@charset "UTF-8";
/* typography */

body{
	font-family:"Lucida Grande", "Lucida Sans", Arial;
	font-size:13px;
	line-height:19px;
	color:#555;
	text-align:left;
	background-color:#eee;
}
h1{
	font-size:16px;
	color:#141419;
	line-height:22px;
}

ul li{
	font-size:16px;
	color:#141419;
	line-height:24px;
	list-style:inside;
	padding-left:20px;
}

p{
	padding-bottom:20px;
}

a{
	color:#141419;
	text-decoration:none;
}

a:hover{
	color:#990033;
	text-decoration:none;
}

.red{
	color:#990033;
	font-weight:bold;
	font-size:16px;
}

