diff --git a/app/views/layouts/mail.html.haml b/app/views/layouts/mail.html.haml
index b66d652..11dd6e8 100755
--- a/app/views/layouts/mail.html.haml
+++ b/app/views/layouts/mail.html.haml
@@ -3,24 +3,9 @@
%head
%meta{ :"http-equiv" => "Content-Type", :content => "text/html; charset=utf-8" }
- :css
- a {
- color: #0088cc;
- text-decoration: none;
- }
-
- a:hover, a:focus {
- color: #005580;
- text-decoration: underline;
- }
-
- *{
-
- line-height:1.3em;
- }
- %body{:style => "font-family: Helvetica,Arial;padding:0px;margin:0px;font-size:15px;"}
+ %body
= yield