*** empty log message ***
diff --git a/projects.php b/projects.php
index 1e88b02..8ebe2d9 100644
--- a/projects.php
+++ b/projects.php
@@ -42,7 +42,7 @@
 				</ul>
 			</div>
 			<div id="window" class="overflow">
-			<table>
+			<table class="projects">
 		<tr class="header">
 			<td width="35%">Project Name</td>
 			<td width="12%" align="center">Version</td>
diff --git a/style.css b/style.css
index a856ff8..858f280 100644
--- a/style.css
+++ b/style.css
@@ -25,4 +25,9 @@
 #nav ul li a { color:#333; font-size:16px; text-decoration:none;font-weight:bold;font-family:Arial;}
 
 #window { height:385px; width:980px; background:#00416a; background-color:rgba(0, 65, 106, 0.8);padding-top:20px;}
-#window.overflow {  overflow-y:scroll; }
\ No newline at end of file
+#window.overflow {  overflow-y:scroll; }
+
+table.projects { margin-left:15px; }
+.header td { font-size:15px; font-weight:bold;
+.tableRow td a { color:#FFF; }
+.tableRow td a:visited { color:#EEE; }
\ No newline at end of file