﻿* {
	box-sizing: border-box;
}
a:link {
	color: #148C9D;
}
a:visited {
	color: #0E6470;
}
.TSheader {
	background-color: #CCFFCC;
	border-style: none;
	height: 165px;
	font-size: 32pt;
	font-weight: bold;
}

@media screen and (max-width:600px) {
	dev.column {
	width:100%;
	}
}
img {
	border-style: none;
}
