.imgfloatleft {
    float: left;
    margin: 0 0 10px 10px;
}

.boldred {
    font-weight: bold;
    color: red
}

.greybackground
{
    background-color: #D1D1D1;
}

.list-disc {
	list-style-type: disc;
    list-style-position:inside;
    margin-left: 15px;
}
.list-circle {
	list-style-type: circle;
    list-style-position:inside;
    margin-left: 15px;
}


