diff --git a/index.html b/index.html
index 6e34571..55fbcfb 100644
--- a/index.html
+++ b/index.html
@@ -27,6 +27,8 @@
Select a design
- Default
Jacob Rask
+ - Wahiche
+ David Wahiche
- Stripes
Vasilis van Gemert
- Notepad
diff --git a/styles/wahiche.css b/styles/wahiche.css
new file mode 100644
index 0000000..206c3bd
--- /dev/null
+++ b/styles/wahiche.css
@@ -0,0 +1 @@
+*{margin:0;padding:0}body{font-family:"Segoe UI","Helvetica Neue",sans-serif;font-size:.8571428571428571em}ol{list-style-position:inside}h1{color:#1F64B2;font-size:4.285714285714286em;text-align:center}h2{color:#fff;text-transform:uppercase;text-align:center}nav{background:#1F64B2}nav h2{background-color:#000;padding:.5em 0}nav ul{max-height:0;overflow:hidden;list-style-type:none}nav ul li{float:left;padding:.5em 2em}nav ul li a{color:#fff;display:block}nav ul li a:first-child{display:block;text-decoration:none}nav ul li:hover{color:#000}nav:hover ul{max-height:800px;transition:all 1s ease-out}article{overflow:hidden;background-color:#1F64B2}article header{background-color:red;color:#fff;padding:1em 0;text-align:center}article>section{width:50%;float:left;padding:1em;box-sizing:border-box}article>section h2{background-color:#fff;padding:.5em 0;color:#000}article>section h2~p,article>section h2+ol{margin:1em;color:#fff}article>section h2~p a,article>section h2+ol a{color:#fff}footer{text-align:center;padding:.5em 0}
\ No newline at end of file