diff --git a/templates/footer.html b/templates/footer.html
index 260d84c..9b0881a 100644
--- a/templates/footer.html
+++ b/templates/footer.html
@@ -1,9 +1,9 @@
{{ define "footer" }}
-{{ end }}
+{{ end }}
\ No newline at end of file
diff --git a/templates/header.html b/templates/header.html
index 441c7a4..46c13ec 100644
--- a/templates/header.html
+++ b/templates/header.html
@@ -1,82 +1,81 @@
{{ define "header" }}
-
-
-
-
-
-
-
-
-
-
-
- Dungeons and Dragons Monster Generator
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Dungeons and Dragons Monster Generator
+
+
+
+
+
+
+
+
-{{ end }}
+{{ end }}
\ No newline at end of file
diff --git a/templates/main.html b/templates/main.html
index 1687e93..359f1a9 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -1,131 +1,131 @@
{{ define "main" }}
-
-
-
-
Monster Form
+
+
+
+
Monster Form
+
+
+
+
+
-
-
-
-
Existing Monsters
-
-
-
-
-
-
-
-
-
-
Name
-
Source
-
Size
-
Type
-
Alignment
-
AC
-
AC Form
-
HP Average
-
HP Formula
-
Walk
-
Swim
-
Burrow
-
Climb
-
Fly
-
Str
-
Dex
-
Con
-
Int
-
Wis
-
Cha
-
Save Dex
-
Save Con
-
Save Wis
-
Save Str
-
Save Int
-
Save Cha
-
Perception
-
Stealth
-
Acrobatics
-
AnimalHandling
-
Arcana
-
Athletics
-
Deception
-
History
-
Insight
-
Intimidation
-
Investigation
-
Medicine
-
Nature
-
Performance
-
Persuasion
-
SleightOfHand
-
Survival
-
Religion
-
Damage Resistance
-
Damage Immune
-
Vulnerable
-
Condition Immune
-
Senses
-
Languages
-
CR
-
Trait Name
-
Trait Entry
-
Action Name
-
Action Entry
-
-
- {{ template "monsterTable" }}
-
-
-
+
+
+
+
Existing Monsters
+
+
+
+
+
+
+
+
+
+
Name
+
Source
+
Size
+
Type
+
Alignment
+
AC
+
AC Form
+
HP Average
+
HP Formula
+
Walk
+
Swim
+
Burrow
+
Climb
+
Fly
+
Str
+
Dex
+
Con
+
Int
+
Wis
+
Cha
+
Save Dex
+
Save Con
+
Save Wis
+
Save Str
+
Save Int
+
Save Cha
+
Perception
+
Stealth
+
Acrobatics
+
AnimalHandling
+
Arcana
+
Athletics
+
Deception
+
History
+
Insight
+
Intimidation
+
Investigation
+
Medicine
+
Nature
+
Performance
+
Persuasion
+
SleightOfHand
+
Survival
+
Religion
+
Damage Resistance
+
Damage Immune
+
Vulnerable
+
Condition Immune
+
Senses
+
Languages
+
CR
+
Trait Name
+
Trait Entry
+
Action Name
+
Action Entry
+
+
+ {{ template "monsterTable" }}
+
+
+
-{{ end }}
+{{ end }}
\ No newline at end of file
diff --git a/templates/monster.html b/templates/monster.html
index 5c5ad39..0053cea 100644
--- a/templates/monster.html
+++ b/templates/monster.html
@@ -1,59 +1,59 @@
{{ define "monster" }}
-{{ end }}
+{{ end }}
\ No newline at end of file
diff --git a/templates/monsterForm.html b/templates/monsterForm.html
index 96e245d..5903e0d 100644
--- a/templates/monsterForm.html
+++ b/templates/monsterForm.html
@@ -1,313 +1,306 @@
{{ define "monsterform" }}