.content {
    line-height:                       1.4em;
}

.content h1 {
    color:                             #e61000;
	font-size:                         24px;
	font-weight:                       normal;
	margin:                            0px 0px 15px 0px;
	background-image:                  url('images/h1_arrow.gif');
	background-position:               0px 5px;
	background-repeat:                 no-repeat;
	padding-left:                      10px;
}

.content a {
	background-image:                  url('images/bg_a.gif');
	background-position:               left bottom;
	background-repeat:                 repeat-x;
	text-decoration:                   none;
	padding-bottom:                    1px;
	color:                             #444444;
}

.content a:hover {
	color:                             #e61000;
}

.content ul {
    margin-left:                       15px;
}