BODY {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align:center;
}

A {	
	COLOR: blue; 
	TEXT-DECORATION:none;
	transition: color 0.3s ease;
}

A:hover {
	COLOR: #54720E;
}

.header1 {
	font-size:20px;
	margin:20px 0 30px 0;
}

.footer {
	margin:20px 0 40px 0;
	font-size:16px;
}

.template1-pic {

}

@media only screen and (max-width: 479px) {
	.template1-pic {
		height:120px;
	}
}


