body.mind
{
    text-align: center;
    font-family: 'Comic Sans MS';
    font-weight: bold;
    color: #cd853f;
    background-color:#f2e3c2;
    background-image: url('../pics/naplemente_2.jpg');
    background-attachment: fixed;
    font-size: 18;
    margin-top: 3%;
    margin-bottom: 3%;
    margin-left: 15%;
    margin-right: 15%;
}
img.large
{
    border-width: 20px;
    border-color: #cd853f;   
}
p.parag
{ 
    
} 
p.keret
{   
    border: 20px solid;
    font-family: 'Comic Sans MS';
    font-weight: bold;
    color: #cd853f;
}
.hovergallery img{
-webkit-transform:scale(1);
-moz-transform:scale(1);
-o-transform:scale(1);
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
opacity: 1;
margin: 0 10px 5px 0;
}
.hovergallery img:hover{
-webkit-transform:scale(1.5); 
-moz-transform:scale(1.5); 
-o-transform:scale(1.5);
box-shadow:0px 0px 30px gray;
-webkit-box-shadow:0px 0px 30px gray;
-moz-box-shadow:0px 0px 30px gray; 
opacity: 1;
}
a:link
{
    color: #cd853f;
    font-family: 'Comic Sans MS';
    font-weight: bold;
}
a:visited
{
    color: #cd853f;
    font-family: 'Comic Sans MS';
    font-weight: bold;
}
a:hover, a:active
{
   color: #cd853f;
   font-family: 'Comic Sans MS';
   font-weight: bold;
}
a:hover
{
   cursor: url('/pics/arrow.ani');
} 