*, html, body {
font-family:verdana, arial, helvetica, sans-serif;
font-size:1em;
line-height:2em;
color:#000;
}


a {
color: #2a2a2a;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

a:hover {
color: #cc0000;
}

p {
margin: 0 0 10px 0;
}

p:first-line 
{

}

p:first-letter
{

}


h1 {
margin: 10px 0 10px 0;
font-size:250%;
font-family: 'Inika', serif;
}

h2 {
margin: 0 0 10px 0;
font-size:150%;
font-family: 'Inika', serif;
}

h3 {
margin: 20px 0 10px 0;
font-size:130%;
font-weight: bold;
font-family: 'Inika', serif;
}