
	body{
		margin:0;
	}
	.dtvHeader {
		display: grid;
		grid-template-columns: auto auto;
		align-content: space-between;
		padding: 1rem;
		align-items: center;
		border-bottom: 1px solid #ddd;
	}
	.dtvHeader img {
		width: 6rem;
	}
	.dtvHeader .right {
		justify-self:end;
	}
	.dtvHeader .right img {
		width:4rem;
	}
	.content{
		background:#3b79af;
		padding:2rem;
		text-align:center;
	}
	.dtvFooter{
		border-top: 1px solid #ddd;
		font-family: 'Roboto Condensed', sans-serif;
		text-align:center;
		font-size:0.8rem;
		color:#333;
		margin-bottom:3rem;
	}
	.dtvFooter p{
		margin:3px;
	}
	.dtvFooter img{
		padding:1rem;
		width:5rem;
		
	}
	
