		body {
			background-color:black;
			color:gray;
			font-family:"Arial";
		}

		div#header {
			vertical-align:middle;
		}
		div.heading {
			text-align:center;
			color:#BBBBBB;
			font-weight:900;
			font-size:24pt;
		}		
		div.tab {
			text-align:center;
			color:gray;
			font-weight:500;
			font-size:14pt;
		}
		div.highlighted-tab {
			text-align:center;
			color:white;
			font-weight:500;
			font-size:14pt;
		}
		div.image {
			border:5px solid black;
		}
		.text {
			color:#cccccc;
		}		

		a:link { text-decoration: none; color: gray }
		a:visited { text-decoration: none; color: gray }
		a:hover { text-decoration: none; color: white }
		a:link img { border: 3px solid gray }
		a:visited img { border: 3px solid gray }
		a:hover img { border: 3px solid white }

		span img { border: 1px solid gray }

