		body {
			background-color: white;
		}

		img.center {
			display: block;
			margin-right: auto;
			margin-left: auto;
			min-width: 800px;
		}

		#container1 {
			background-color: white;
			width: 80%;
			min-width: 800px;
			margin-left: auto;
			margin-right: auto;
			padding-top: 25px;
			padding-bottom: 25px;
		}

		#row1 {
			width: 50%;
			float: left;
			margin: 0;
			padding: 0;
		}

		#row1left {
			width: 50%;
			float: left;
		}

		#row1right {
			width: 50%;
			float: right;
			text-align: center;
		}

		#row2 {
			width: 50%;
			float: right;
			margin: 0;
			padding: 0;
		}

		#row2left {
			width: 50%;
			float: left;
			text-align: center;
		}

		#row2right {
			width: 50%;
			float: right;
		}

		a:link {
			font-size: 16px;
			font-size: 2.5vw;
			color: blue;
			text-decoration: none;
		}

		a:visited {
			font-size: 16px;
			font-size: 2.5vw;
			color: blue;
			text-decoration: none;
		}

		a:hover {
			font-size: 16px;
			font-size: 2.5vw;
			color: #FF00FF;
			text-decoration: underline;
		}

		a:active {
			font-size: 16px;
			font-size: 2.5vw;
			color: #0000FF;
			text-decoration: underline;
		}