body {
  width: 768px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	margin-bottom: 10px;
	background-color: #ECECEC;
  font-size: 16px;
  color: rgb(68,68,68);
  font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  /*font-family: Verdana, Arial, Tahoma, Sans-serif;*/
}

img {
  border: 1px solid rgb(208,208,208);
  padding: 2px;
}


a,
a:link {
  text-decoration: none;
	color: rgb(0,83,250);
}
a:visited {
	color: rgb(180,10,200);
}
a:hover,
a:focus {
	color: rgb(250,10,250);
}
a:active {
	color: rgb(20,130,215);
}

