diff --git a/system/application/errors/error_404.php b/system/application/errors/error_404.php
index e5fa8f9..bfe9444 100644
--- a/system/application/errors/error_404.php
+++ b/system/application/errors/error_404.php
@@ -4,9 +4,9 @@
<title>404 Page Not Found</title>
<style type="text/css">
-body {
-background-color: #fff;
-margin: 40px;
+body {
+background-color: #fff;
+margin: 40px;
font-family: Lucida Grande, Verdana, Sans-serif;
font-size: 12px;
color: #000;
diff --git a/system/application/errors/error_db.php b/system/application/errors/error_db.php
index 5aab890..1ce52df 100644
--- a/system/application/errors/error_db.php
+++ b/system/application/errors/error_db.php
@@ -3,9 +3,9 @@
<title>Database Error</title>
<style type="text/css">
-body {
-background-color: #fff;
-margin: 40px;
+body {
+background-color: #fff;
+margin: 40px;
font-family: Lucida Grande, Verdana, Sans-serif;
font-size: 12px;
color: #000;
diff --git a/system/application/errors/error_general.php b/system/application/errors/error_general.php
index 213b835..d861070 100644
--- a/system/application/errors/error_general.php
+++ b/system/application/errors/error_general.php
@@ -3,9 +3,9 @@
<title>Error</title>
<style type="text/css">
-body {
-background-color: #fff;
-margin: 40px;
+body {
+background-color: #fff;
+margin: 40px;
font-family: Lucida Grande, Verdana, Sans-serif;
font-size: 12px;
color: #000;