diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/site.css | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/css/site.css b/css/site.css index e69de29..74b7fd6 100644 --- a/css/site.css +++ b/css/site.css @@ -0,0 +1,37 @@ +body { + background-color: #eee + margin: 0pt; + padding: 0pt; +} + +header { + margin: 0pt; + padding: 0pt; + width: 100%; + background-color: #ccc; + border-bottom: 2pt solid #999; + border-top: 0pt; +} + +a { + margin: 0pt; + border-collapse: collapse; +} + +a:link { + color: #037; + background-color: transparent; + text-decoration: none; +} + +a:visited { + color: #037; + background-color: transparent; + text-decoration: none; +} + +a:hover { + color: #07A; + background-color: transparent; + text-decoration: none; +} |