﻿.splashOuter {
	margin-bottom: 2em;
	padding-bottom: 1em;
	font-size: 120%;
	line-height: 1.25;
	border: 1px solid #c0c0c0;
}

.splashOuter a {
	display: block;
	cursor: default;
}

.splashOuter a,
.splashOuter h2,
.splashOuter p {
	text-decoration: none;
	color: #666;
}

.splashOuter h2,
.splashOuter p {
	margin: 0 2%;
}

.splashOuter h2 {
	margin-bottom: .25em;
	color: #000;
}

.splashOuter a:hover h2 {
	color: #00addc;
}

.splashOuter a:hover p {
	color: #666;
}

.splashOuter img {
	width: 100%;
	margin-bottom: .25em;
}

.splashOuter a img {
	cursor: pointer;
}

.moreSplash {
	cursor: pointer;
	text-decoration: underline;
}

.splashOuter a:hover .moreSplash,
.moreSplash:hover {
	text-decoration: none;
	color: #00addc;
}