diff --git a/kexts.md b/kexts.md
index 1e50155..67183b9 100644
--- a/kexts.md
+++ b/kexts.md
@@ -56,7 +56,7 @@ A cache of installed KEXTs is kept in order to speed up boot time.
Extensions.mkext can be unpacked with the [mkextunpack](http://developer.apple.com/documentation/Darwin/Reference/ManPages/man8/mkextunpack.8.html) command:
mkextunpack -v -d /tmp/Extensions Extensions.mkext
-### Force cache update {style="margin:10px 10px 10px 0px;color:rgb(0,0,0)"}
+### Force cache update
Normally, Extensions.mkext is updated whenever we add or remove extensions using the Finder on a Mac OS X system. However, if you install an extension as a plug-in of another (a subfolder into $VOLUME/System/Library/Extensions), the automatic cache updater is not triggered.
To force cache update, simply change the modification date of $VOLUME/System/Library/Extensions:
@@ -68,6 +68,6 @@ To force cache update, simply change the modification date of