diff --git a/New Text Document.txt b/New Text Document.txt
new file mode 100644
index 0000000..e69de29
diff --git a/index.php b/index.php
index 20a01a1..43dbd72 100644
--- a/index.php
+++ b/index.php
@@ -45,6 +45,7 @@
Minecraft Server Status
+
diff --git a/styles.css b/styles.css
new file mode 100644
index 0000000..ceacb0c
--- /dev/null
+++ b/styles.css
@@ -0,0 +1,41 @@
+h1{color:#EFEF88;}
+h2{color:#EFEF88;}
+a:link{color:#8888EF;}
+a:visited{color:#8888EF;}
+a:hover{color:#8888EF;}
+a:active{color:#8888EF;}
+body {background-color:#222; color:#CCC; margin:0;}
+.banner{display:block;height: 100px;}
+.banner img {
+ float: left;
+ width: 100px;
+ height: 100px;
+}
+
+.banner h1 {
+ position: relative;
+ top: 18px;
+ left: 10px;
+}
+.banner h2 {
+ position: relative;
+ top: 2px;
+ left: 10px;
+}
+.banner h3 {
+ color:#EFEF88;
+ position: relative;
+ top: 2px;
+ left: 10px;
+}
+.banner a:link{text-decoration: none;position: relative;}
+.banner a:visited{text-decoration: none;position: relative;}
+.banner a:hover{text-decoration: none;position: relative;}
+.banner a:active{text-decoration: none;position: relative;}
+.notice{display: block;}
+.notice{background-color: #EFEF88;color: #000000;}
+.warning{display: block}
+.warning{background-color: #efaf88;color: #000000;}
+input{background-color: #555555; color: #CCC;}
+textarea{background-color: #555555; color: #CCC;}
+select{background-color: #555555; color: #CCC;}
\ No newline at end of file