Maybe there shouldn't be a space between the full stop and the class name.
For example you have:
Code:
. left strong {
color: 123456;
}
it should be more like this:
Code:
.left strong {
color: #123456;
}
you should probably have the hash in front of your colour code too
