a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
	color: #5f4121;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}


.title {
	font-size: 25px;

}

.p2 {font-size: 20px; padding: 5px;}



div:target {
	border:5px solid #724e27;
	background: #f2e6d9;
	}

@media screen and (max-width : 1100px){
	
	.right {text-align: left; margin-left: 5px;}
}