diff --git a/design/home.css b/design/home.css
index ec37aaf74257c9fdb6a6bf7a7c1c85fcafd854a5..34741fcf085ebf7f4a82c78ea7646c0e2064245d 100644
--- a/design/home.css
+++ b/design/home.css
@@ -56,10 +56,6 @@ html, body {
   color: white;
 }
 
-.nav ul li a:hover {
-  font-weight: bold;
-  color: white;
-}
 
 /* Background */
 
@@ -71,10 +67,6 @@ body {
 
 /* Text Styling */
 
-body * {
-  font-family: Inconsolata, monospace;
-}
-
 .central * {
   color: white;
   text-align:center;
@@ -85,6 +77,3 @@ body * {
   max-height: 15%;
 }
 
-.subhead {
-  font-weight: normal;
-}
\ No newline at end of file