diff --git a/style.css b/style.css index be65707..6625bff 100644 --- a/style.css +++ b/style.css @@ -38,3 +38,17 @@ //border-top: 1px dotted #000; background:#fff; } + h1 { + font: 32pt Helvetica,"Helvetica neue", Arial, sans-serif; + text-align: center; + text-transform: uppercase; + color: #000; + padding-top: 30px ; + text-shadow: 1px 1px 2px #fff; + } + a:hover { + border-bottom:1px dotted #d2543c; + } + a img { + border:none; + }