body {
	background-color: rgb(210,210,210);
}

h1 {
	color: rgb(0,0,0);
	font-family:"Helvetica";
}

.blue {
	color: rgb(90,90,90);
}

p  {
	font-family:"Helvetica";
}

h2  {
	font-family:"Helvetica";
}

a:link {
	color:black;
}
a:visited {
	color:black;
}
a:hover {
	color:black;
}
a:active {
	color:black;
}


.right {

	text-align:right;
}


.center {
	text-align:center;
	display: block;
  margin-left: auto;
  margin-right: auto;

}

.centertable {
	text-align:center;
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 16%;
}

.groove {
	border-style: groove;
}

