body {
	font-family: helvetica neue, helvetica;
	color:#323232;
	font-size: 14px;
    height: 100%;
    margin: 0;
	}
	
a {
	text-decoration: none;
	color:#44983b;
	}
	
.logo {
	margin:20px;
	}
	
p {
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	}
	
.header a {
	color:#323232;
	}
	
.header a:hover {
	text-decoration: none;
	}	
	
.content {
	width:980px;
	margin:auto;
	}
	
.column {
	width:205px;
	padding:20px;
	float:left;
	}

.head {
	height:80px;
	width:205px;
	margin-bottom:10px;
	}
	
.footer {
	border-width:0px;
	border-top-width:1px;
	border-color: #323232;
	border-style: solid;
	padding-top:20px;
	padding-left:20px;
	padding-bottom:20px;
	margin-top:40px;
	}
	
a:hover {
	text-decoration: underline;
	}
	
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
	body {font-size:16px;}
	.head {height:60px;}
	.articletitle {height:60px;}
	.content {width:100%;}
	.column {width:auto;}
	.footer {text-align:center;font-size: 12px;padding-left:0px;}
}

