body {
	font-size: 12px;
	font-family: arial, Helvetica,sans-serif;
}

a {
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

span.chevron {
	color : #CE8C1A;
	margin-right: 1px;
}

.bold {
	font-weight : bold;
}

.italic {
	font-style : italic;
}

.upper {
	text-transform: uppercase;
}

.lower {
	text-transform: capitalize !important;	
}

.share {
    margin: 25px 0;
}
