diff --git a/In-Nomine-Char-Sheet/In-nomine.css.txt b/In-Nomine-Char-Sheet/In-nomine.css.txt
new file mode 100644
index 0000000000..4660304b9e
--- /dev/null
+++ b/In-Nomine-Char-Sheet/In-nomine.css.txt
@@ -0,0 +1,53 @@
+/*
+
+*/
+/*----------- Tabs Setup -------------*/
+
+/*this hides the contents of each tab by default*/
+.charsheet div[class^="sheet-section"] {
+ display: none;
+}
+
+/*this shows the tab content when the appropriate input field is selected*/
+.charsheet input.sheet-tab1:checked ~ div.sheet-section-anjo,
+.charsheet input.sheet-tab2:checked ~ div.sheet-section-demon{
+ display: block;
+}
+
+
+/*this hides the radio button for each tab, makes it 100px wide and 40px tall and makes sure it's above everything else*/
+.charsheet input.sheet-tab {
+ width: 100px;
+ height: 40px;
+ cursor: pointer;
+ position: relative;
+ opacity: 0;
+ z-index: 9999;
+}
+
+/*this styles the span with the tab information and slides to the left, so it appears underneath the radio button*/
+.charsheet span.sheet-tab {
+ text-align: center;
+ display: inline-block;
+ font-size: 13px;
+ background: #c7c3b0;
+ color: black;
+ font-weight: bold;
+ border-radius: 4px;
+
+ width: 100px;
+ height: 40px;
+ cursor: pointer;
+ position: relative;
+ vertical-align: middle;
+ margin-left: -101px;/*originally 91px*/
+}
+
+/*this modifies the span color once the radio button is selected so you know which tab is selected*/
+.charsheet input.sheet-tab1:checked + span.sheet-tab1,
+.charsheet input.sheet-tab2:checked + span.sheet-tab2 {
+ background: #2c424e;
+ color: #bfc4c6;
+ border-radius: 4px;
+}
+/*----------- End Tab Setup -----------*/
\ No newline at end of file
diff --git a/In-Nomine-Char-Sheet/in-nomine.html.txt b/In-Nomine-Char-Sheet/in-nomine.html.txt
new file mode 100644
index 0000000000..ecbf7fbdb3
--- /dev/null
+++ b/In-Nomine-Char-Sheet/in-nomine.html.txt
@@ -0,0 +1,84 @@
+"roll20userid": "1211279"
+
+
+