/* css für Tierarztpraxis Dr. Holger Klemm */

body {
margin: 0;
padding: 0;
font-family:  Verdana, Arial, Helvetica, 'sans serif';
background-color: #fff;
color: #030;
}

h2  {
font-family: Georgia;
font-size: 2.5em;
}

h3  {
font-size: 1.2em;
}

a:hover {
text-decoration: underline;
color: #060;
}

a {
text-decoration: none;
color: #030;
}

  


p  {
font-size: 1.4em;
margin-top: 40px;
}




