body
{
	font-size:16px;
}
.carousel-inner > .item > img {
    margin: 0 auto;
}

#listofthings li {
    display: block;
}

#listofthings li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e089";
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: darkgreen;
}

#sometext{
	font-size:24px;
}
#priceold{
	font-style:italic;
}
#price{
	color:red;	
	font-weight: bold;
}