.content{
	font-family: sans-serif;
	}
.content h2{
	text-decoration: underline;
	font-size: 18px;
	}
.content p{
	
	}
.content ul{
	}
.content li{
	list-style-type: square;	
	}
.content img{

	}
	
.content a{
	color: #4e1f05;
}.content a:hover{
	font-weight: bold;
}.content img{
	margin: 5px;
}