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 {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:20px 0 20px 0;
	border-top:1px solid gray;
	padding-top:2px;
	font-size:11px;
	color:#555555;;
}

.template1-pic {
	max-width:400px;
	max-height:300px;
}

.b5px {
	margin-bottom:5px !important;
}

.b10px {
	margin-bottom:10px !important;
}

.b20px {
	margin-bottom:20px !important;
}

@media only screen and (max-width: 479px) {
	BODY {
		font-size: 11px;
	}
	
	.template1-pic {
		max-width:240px;
		max-height:120px;
	}
	
	.footer {
		font-size:10px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 700px) {
	.template1-pic {
		max-width:240px;
		max-height:120px;
	}
}


