#tervis a {color: yellow;}
#tervis a:active {color: red;}
#tervis a:hover {color: white;}
#tervis hr {
	color: #09c;
	width: 300px;
}
.tblTervis {
	width: 75%;
	font-family: Arial, "Liberation Sans", "Helvetica Neue", Helvetica, "Adelle Sans", Aileron, "Supria Sans";
	border-collapse: none;
	color: #000;
	background-color: #fff;
	border: 3px ridge #09f;
	margin-left: auto;
	margin-right: auto;
}
.tblTervis td, .tblTervis div {
	padding: 10px;
	text-align: left;
}
.tblTervis a {color: #339; background-color: #fff;}
.tblTervis a:hover {color: #00f;}
.tblTervis h2 {
	text-align:left;
}
.tblTervis h3 {
	color: #003399;
}


@media (orientation: portrait) {
	.tblTervis {
		width: 95%;
	}
}