diff --git a/drives/drive1.php b/drives/drive1.php
index f4159fa..0ba9686 100644
--- a/drives/drive1.php
+++ b/drives/drive1.php
@@ -71,9 +71,10 @@ require_once 'DiskStatus.class.php';
 
 ?>
 <body>
+<div id="drivebox2" style="font:10pt Arial; color:#0066FF;">
 <table width='190' border='0' cellspacing='0' cellpadding='0'>
   <tr onclick="toggleNextRow(this)" BGCOLOR='#FFFFFF'>
-    <th style='text-align: left;'><font color='black'><?php echo $drive1;?>\<?= $freeSpaceC ?> (of <?= $totalSpaceC ?>)</font></th>
+    <th style='text-align: left;'><font color='#0066FF'><?php echo $drive1;?>\<?= $freeSpaceC ?> (of <?= $totalSpaceC ?>)</font></th>
   </tr>
   <tr class="hiddenRow">
             <td bgcolor='#FFFFFF'>
@@ -85,7 +86,7 @@ require_once 'DiskStatus.class.php';
 </form>
 </td>
 </table>
-
+</div>
 
 </body>
 
diff --git a/drives/drive2.php b/drives/drive2.php
index 745d747..7c44d6e 100644
--- a/drives/drive2.php
+++ b/drives/drive2.php
@@ -71,9 +71,10 @@ require_once 'DiskStatus.class.php';
 
 ?>
 <body>
+<div id="drivebox2" style="font:10pt Arial; color:#0066FF;">
 <table width='190' border='0' cellspacing='0' cellpadding='0'>
   <tr onclick="toggleNextRow(this)" BGCOLOR='#FFFFFF'>
-    <th style='text-align: left;'><font color='black'><?php echo $drive2;?>\<?= $freeSpaceC ?> (of <?= $totalSpaceC ?>)</font></th>
+    <th style='text-align: left;'><font color='#0066FF'><?php echo $drive2;?>\<?= $freeSpaceC ?> (of <?= $totalSpaceC ?>)</font></th>
   </tr>
   </tr>
   <tr class="hiddenRow">
@@ -86,7 +87,7 @@ require_once 'DiskStatus.class.php';
 </form>
 </td>
 </table>
-
+</div>
 
 </body>
 
diff --git a/drives/drive3.php b/drives/drive3.php
index 521e4e3..63271a1 100644
--- a/drives/drive3.php
+++ b/drives/drive3.php
@@ -71,9 +71,10 @@ require_once 'DiskStatus.class.php';
 
 ?>
 <body>
+<div id="drivebox2" style="font:10pt Arial; color:#0066FF;">
 <table width='190' border='0' cellspacing='0' cellpadding='0'>
   <tr onclick="toggleNextRow(this)" BGCOLOR='#FFFFFF'>
-    <th style='text-align: left;'><font color='black'><?php echo $drive3;?>\<?= $freeSpaceC ?> (of <?= $totalSpaceC ?>)</font></th>
+    <th style='text-align: left;'><font color='#0066FF'><?php echo $drive3;?>\<?= $freeSpaceC ?> (of <?= $totalSpaceC ?>)</font></th>
   </tr>
    </tr>
   <tr class="hiddenRow">
@@ -86,7 +87,7 @@ require_once 'DiskStatus.class.php';
 </form>
 </td>
 </table>
-
+</div>
 
 </body>
 
diff --git a/drives/drive4.php b/drives/drive4.php
index 593b09f..ccb83c9 100644
--- a/drives/drive4.php
+++ b/drives/drive4.php
@@ -70,10 +70,13 @@ require_once 'DiskStatus.class.php';
 }
 
 ?>
+
+
 <body>
+<div id="drivebox2" style="font:10pt Arial; color:#0066FF;">
 <table width='190' border='0' cellspacing='0' cellpadding='0'>
   <tr onclick="toggleNextRow(this)" BGCOLOR='#FFFFFF'>
-    <th style='text-align: left;'><font color='black'><?php echo $drive4;?>\<?= $freeSpaceC ?> (of <?= $totalSpaceC ?>)</font></th>
+    <th style='text-align: left;'><?php echo $drive4;?>\<?= $freeSpaceC ?> (of <?= $totalSpaceC ?>)</font></th>
   </tr>
   <tr class="hiddenRow">
             <td bgcolor='#FFFFFF'>
@@ -85,7 +88,7 @@ require_once 'DiskStatus.class.php';
 </form>
 </td>
 </table>
-
+</div>
 
 </body>
 
diff --git a/drives/drive5.php b/drives/drive5.php
index 81ad1fe..7293ce4 100644
--- a/drives/drive5.php
+++ b/drives/drive5.php
@@ -71,9 +71,10 @@ require_once 'DiskStatus.class.php';
 
 ?>
 <body>
+<div id="drivebox2" style="font:10pt Arial; color:#0066FF;">
 <table width='190' border='0' cellspacing='0' cellpadding='0'>
   <tr onclick="toggleNextRow(this)" BGCOLOR='#FFFFFF'>
-    <th style='text-align: left;'><font color='black'><?php echo $drive5;?>\<?= $freeSpaceC ?> (of <?= $totalSpaceC ?>)</font></th>
+    <th style='text-align: left;'><font color='#0066FF'><?php echo $drive5;?>\<?= $freeSpaceC ?> (of <?= $totalSpaceC ?>)</font></th>
   </tr>
   <tr class="hiddenRow">
             <td bgcolor='#FFFFFF'>
@@ -85,7 +86,7 @@ require_once 'DiskStatus.class.php';
 </form>
 </td>
 </table>
-
+</div>
 
 </body>
 
diff --git a/drives/drive6.php b/drives/drive6.php
index d6ba8e6..da891dc 100644
--- a/drives/drive6.php
+++ b/drives/drive6.php
@@ -71,9 +71,10 @@ require_once 'DiskStatus.class.php';
 
 ?>
 <body>
+<div id="drivebox2" style="font:10pt Arial; color:#0066FF;">
 <table width='190' border='0' cellspacing='0' cellpadding='0'>
   <tr onclick="toggleNextRow(this)" BGCOLOR='#FFFFFF'>
-    <th style='text-align: left;'><font color='black'><?php echo $drive6;?>\<?= $freeSpaceC ?> (of <?= $totalSpaceC ?>)</font></th>
+    <th style='text-align: left;'><font color='#0066FF'><?php echo $drive6;?>\<?= $freeSpaceC ?> (of <?= $totalSpaceC ?>)</font></th>
   </tr>
  <tr class="hiddenRow">
             <td bgcolor='#FFFFFF'>
@@ -85,7 +86,7 @@ require_once 'DiskStatus.class.php';
 </form>
 </td>
 </table>
-
+</div>
 
 </body>
 
diff --git a/drives/drive7.php b/drives/drive7.php
index 0524ec2..e4bd915 100644
--- a/drives/drive7.php
+++ b/drives/drive7.php
@@ -71,9 +71,10 @@ require_once 'DiskStatus.class.php';
 
 ?>
 <body>
+<div id="drivebox2" style="font:10pt Arial; color:#0066FF;">
 <table width='190' border='0' cellspacing='0' cellpadding='0'>
   <tr onclick="toggleNextRow(this)" BGCOLOR='#FFFFFF'>
-    <th style='text-align: left;'><font color='black'><?php echo $drive7;?>\<?= $freeSpaceC ?> (of <?= $totalSpaceC ?>)</font></th>
+    <th style='text-align: left;'><font color='#0066FF'><?php echo $drive7;?>\<?= $freeSpaceC ?> (of <?= $totalSpaceC ?>)</font></th>
   </tr>
   <tr class="hiddenRow">
             <td bgcolor='#FFFFFF'>
@@ -86,7 +87,7 @@ require_once 'DiskStatus.class.php';
 </td>
 </table>
 
-
+</div>
 </body>
 
 </html>
\ No newline at end of file