﻿
.interstitial {
	font-size: 14px;
    width: 667px;
    min-height: 30px; 
    border-radius: 4px;
    border: 1px solid black;
    padding-left: 10px; 
    padding-right: 10px; 
    padding-top: 5px; 
    padding-bottom: 5px; 
	color: white;
	background-color: SteelBlue ;
	margin-bottom: 10px;
}

.interstitial a:link {
    color: white;
}
.interstitial a:visited {
    color: white;
}
.interstitial a:hover {
    color: gold;
	text-decoration: underline;
}
.interstitial a:active {
    color: white;
}