/* base.css */
section p
 {
	margin: 0 auto;
	text-align: center;
}

footer p
 {
	margin-top: 50px;
	margin-right: 100px;
	text-align: right;
}

#txt1 {
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	text-align: center;
}

#fatquokka {
	width: 500px;
	height: 302px;
}

#SteveTheQuokka p
 {
	margin-top: 50px;
	text-align: center;
}

.link1 {
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	text-align: center;
	text-decoration: none;
}

#perthnow {
	font-size: 20px;
	color: #000000;
	text-align: center;
	text-decoration: none;
}

.comment1 {
	display: none;
}

#article1 div {
	left: 50%;
	margin-right: -50%;
	transform: translate(10%, -50%);
	margin-bottom: 50px;
}

.date1
 {
	text-align: left;
}

#header1 {
	margin-bottom: 50px;
}

.link2 {
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	text-align: center;
}

#article1 .div1{
	left: 50%;
	transform: translate(10%, 0%);
	margin-bottom: 50px;
}


