body{
    font: normal 95%/140% 'Georgia';
    margin-top: 2em;
    color: #333;
}

a:link, a:visited{
    color: #13786F; 
    text-decoration: none;
    border-bottom: 1px solid;
    box-shadow: inset 0px -8px 0 0px #d3e4eb; /** lt blue **/
}
	
a:hover, a:focus{
   color: #0F5B7F; /** dark blue **/
   text-decoration: none;
   box-shadow: none;
	}
	
@media only screen and (max-width: 430px) and (min-width: 0px) {

body{
    margin: 3em;
}

}