* {
   padding: 0; margin: 0;
   }

body {
   }

p {
   color: #fff;
   font-family: verdana, arial, sans-serif;
   font-size: medium;
   line-height: 1.6em;
   margin-bottom: 22px;
   }

a {
   color: #fff;
   font-weight: bold;
   text-decoration: none;
   border-bottom: 1px dotted rgb(255,255,255);
   }

a:hover {
   color: orange;
   border-bottom: 1px solid rgb(255,255,255);
   }

#about {
   width: 360px;
   padding: 0 0 0 180px;
   margin: 20px 20px 0 auto !important;
   }

h1.logo {
   width: 400px;
   height: 100px;
   background: url(../images/evapalamideslogo-400-100.png);
   background-repeat: no-repeat;
   text-indent: -9999px;
   margin: 20px 20px 0 auto !important;
   }
