Initial (and hopefully only) commit
diff --git a/script.html b/script.html
new file mode 100644
index 0000000..620951c
--- /dev/null
+++ b/script.html
@@ -0,0 +1,15 @@
+<style>
+
+ body {
+	 font-size: 16pt;
+	 max-width: 40em;
+	 margin: auto;
+	 font-family: Palatino, Georgia!important;
+	 line-height: 1.4em;
+ }
+ 
+ p, li, td {
+	 font-size: 16pt!important;
+ }
+ 
+</style>