Hi there daeeatsall.
The problem is because that #E4D3A6 color is NOT in your CSS file.
I don’t know how your theme files are structured but you may find it in index.php or home.php…
You gotta find this
<style type="text/css" media="screen">
#page { border: 1px solid #959596;}
body { font-family: Verdana, Arial, Sans-Serif;}
h1 { font-family: Garamond, Serif;}
h2,h3 { font-family: Palatino Linotype, Serif;}
#sidebar { font-family: Verdana, Arial, Sans-Serif;}
#sidebar h2 { font-family: Verdana, Arial, Sans-Serif;}
body { color:#B0B0B0 ;}
h1, h1 a, h1 a:hover, h1 a:visited, .description { color:#FD5A1E ;}
.entry p a:visited { color:#FD5A1E ;}
a, h2 a:hover, h3 a:hover { color:#FD5A1E ;}
strong { color:#E4D3A6 ;}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited { color:#E4D3A6 ;}
</style>