body {

    font-family: Verdana, Arial, Geneva, sans-serif;
    font-size: small;
    line-height: 1.6em;
}


h1 {

   font-size: 170%;
   color: teal;
}

h2{

font-size: 150%;
color:teal;

}

#guarantee {

           background-color: #a7cece;
           line-height: 1.9em;
           padding: 25px 25px 25px 80px;
           padding-right: 250px;
           margins: 30px;
           background-image: url(images/background.gif);
           background-repeat: no-repeat;
           background-position: top-left;
           font-style: italic;
           border-style: dashed;
           border-color: white;
           padding-left: 80px;
           margin-right: 620px;
}

#footer {
        font-style: italic;
        font-size: small;
        color: grey;
}

a:link {

       color: green
}

a:visited {

          color: red;
}

a:hover {

         color: yellow
}
