﻿@charset "utf-8";
/* CSS Document */

.dock {
	position: relative;
	width: 100%;
	text-align: center;
	left: 0px;
}
.dock a:visited{
	text-decoration: none;
}
.dock a{
	text-decoration: none;
	margin: -2px;
}
.dock img {
	border: none;
	width: 64px;
}
.legend1 {
	font-size: large;
	color:maroon;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

.dockrow {
	height:12em;
}
