summaryrefslogtreecommitdiffstats
path: root/css/swfn.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/swfn.css')
-rw-r--r--css/swfn.css54
1 files changed, 54 insertions, 0 deletions
diff --git a/css/swfn.css b/css/swfn.css
new file mode 100644
index 0000000..41c5a3e
--- /dev/null
+++ b/css/swfn.css
@@ -0,0 +1,54 @@
+body
+{
+ background-color: #DCDCDC;
+ color: black;
+ font-family: sans-serif;
+ margin-left: 3em;
+ margin-right: 3em;
+}
+div.body
+{
+ margin-left: 3em;
+ margin-right: 3em;
+ padding: 1em;
+ background-color: white;
+ border-style: solid;
+ border-width: 2px;
+ border-color: black;
+}
+A:hover
+{
+ background:white;
+}
+A.button:hover
+{
+ background:none;
+}
+A:link
+{
+ text-decoration: none;
+ color: blue ;
+}
+A:visited
+{
+ text-decoration: none;
+ color: navy;
+}
+A:active
+{
+ text-decoration: none;
+ color: red;
+}
+h
+{
+ color: black;
+}
+p
+{
+ color: black;
+}
+li
+{
+ color: black;
+}
+