body {
	padding-top: 0px;
	background-image: none;
	background-color: #223388 !important;
	color: #FFFF66 !important;
	font-size: 1.3em !important;
}

p {
	font-size: 1.3em !important;
}

.vi {
	display: block;
}

#vi-header {
	width: 100%;
	height: 50px;
	background: #000;
	margin-bottom: 10px;
}
#vi-header a {
	display: block !important;
	color: #FFFF66 !important;
	width: 200px !important;
	text-align: center !important;
	height: 35px !important;
	padding-top: 15px !important;
	text-transform: uppercase !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	border-left: 1px solid #333 !important;
	text-decoration: none !important;
	font-weight: bold !important;
	float: right !important;
}
#vi-header a:hover {
	background: #333 !important;
}

a,
a:hover,
a:focus {
  color : #FFBB66;
}

a img,
a:hover img,
a:focus img {
  border-color : #FFBB66 !important;
}
.in-vi {
	display: none !important;
}