diff --git a/homepage/css/index.html b/homepage/css/index.html
index f38771f..1f34c42 100644
--- a/homepage/css/index.html
+++ b/homepage/css/index.html
@@ -44,6 +44,12 @@ If you do not wish to use JavaScript for this page, you may set a custom theme f
/css/givemerights.css
+
+/css/instantfloppy.css
+
+
+/css/instantfloppy-redandwhite.css
+
/css/k.css
diff --git a/homepage/css/instantfloppy-redandwhite.css b/homepage/css/instantfloppy-redandwhite.css
new file mode 100644
index 0000000..8b78497
--- /dev/null
+++ b/homepage/css/instantfloppy-redandwhite.css
@@ -0,0 +1,12 @@
+/** add stylesheet.css, then add this sheet **/
+
+body {
+ /** cloning CNN, cheaply. **/
+ background-color: #DDDDDD;
+ color: #111111;
+}
+
+a {
+ color: #EE0000;
+ text-decoration: underline;
+}
\ No newline at end of file
diff --git a/homepage/css/instantfloppy.css b/homepage/css/instantfloppy.css
new file mode 100644
index 0000000..fe623af
--- /dev/null
+++ b/homepage/css/instantfloppy.css
@@ -0,0 +1,17 @@
+body {
+ background-color: #000000;
+ color: #00FF00;
+ font-size: 100%;
+}
+a {
+ color: #FF4444;
+ text-decoration: none;
+ font-weight: bold;
+}
+
+h1, h2, h3, h4, h5, h6, h7 { font-weight: normal; }
+
+h1 { font-size: 1.25em; /* 20px */ }
+h2 { font-size: 1.125em; /* 18px */ }
+h3 { font-size: 1em; /* 16px */ }
+h7 { font-size: 0.625em; /* 10px */ }