summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..8041dad
--- /dev/null
+++ b/style.css
@@ -0,0 +1,34 @@
+body {
+	background-color: #F8F4E7;
+	color: #552800;
+	font-family: serif;
+}
+
+.copyright {
+	color: #002855;
+	background-color: #E7F4F8;
+	border: solid 1px #002855;
+	padding: 2px;
+}
+
+a.link {color: #0000A0;}
+a.visited {color: #A000A0;}
+a.active {color: #00A000;}
+
+#nav {list-style-type: none; padding: 0; margin: 0;}
+#nav li {display: inline; margin-right: 1em;}
+
+iframe {
+	border: 1px solid;
+}
+
+table {
+	border: 1px solid;
+	border-collapse: collapse;
+}
+
+table td {
+	border: 1px solid;
+	text-align: left;
+	padding: 0px 3.5px;
+}