summaryrefslogtreecommitdiffstats
path: root/abs/core/local-website/htdocs/KnoppMyth.css
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/local-website/htdocs/KnoppMyth.css')
-rw-r--r--abs/core/local-website/htdocs/KnoppMyth.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/abs/core/local-website/htdocs/KnoppMyth.css b/abs/core/local-website/htdocs/KnoppMyth.css
new file mode 100644
index 0000000..7c5c8cf
--- /dev/null
+++ b/abs/core/local-website/htdocs/KnoppMyth.css
@@ -0,0 +1,24 @@
+/* KnoppMyth Style Sheet */
+ .headerimage {
+ border: thin solid #000000;
+ font-size: 18px;
+ background-color: #000080;
+ color: #FFFFFF;
+ }
+ table {
+ width: 725px;
+ text-align: left;
+ margin-left: auto;
+ margin-right: auto;
+ }
+ td {
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 13px;
+ border: thin solid #000000;
+ background-color: #CCCCCC;
+ color: #000000;
+ }
+ a, a:link, a:active, a:visited, a:hover {
+ font-size: 16px;
+ }
+/* End of KnoppMyth Style Sheet */