summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/styles.css b/styles.css
new file mode 100644
index 0000000..a1cabe4
--- /dev/null
+++ b/styles.css
@@ -0,0 +1,21 @@
+body {
+ color: #000000;
+ background-color: #FFFFFF;
+}
+
+a:link:hover {
+ color: #9932CC;
+}
+
+h3 a {
+ text-decoration: none;
+}
+
+a:link:hover, a:visited:hover {
+ font-style: italic;
+ text-shadow: 2px 2px 9px #f44;
+}
+
+h1.title {
+ text-align: center;
+}