﻿#WhatIsIt {
	background-image: url(Imgs/Backgrounds/NavyRedGrad.png);
	background-repeat: repeat-x;
	font-weight: bolder;
	text-align: center;
	height: 50px;
	vertical-align: middle;
	line-height: 50px;
	padding: 0;
	margin: 0;
}
#WhatIsIt h2 {
	vertical-align: middle;
}

#WhatIsIt a:visited {
	color: white;
}
#WhatIsIt a:link {
	color: white;
}
#WhatIsIt a:hover {
	color: Yellow;
}