body {color:black; background:#eee;}
.layout {margin:15px auto; max-width:780px; border:1px solid #369; border-radius:25px; background:white;}
.content {padding:10px 20px;}   
.content a {font-weight:bold; font-size:110%;}
.title {clear:both; margin:12px 0 0 0; padding:0 0 6px 40px; background:url(/images/hand.gif) no-repeat;}
.info {margin:0 0 12px 0; padding:0; line-height:130%; text-align:justify;}

/* Mobiles */
@media (max-width:640px) {
body {color:black; background:white;}
.layout {margin:0; border:none;}
.content {padding:0 15px;}
.content a {font-size:100%;}
} 
