@charset "utf-8";
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #666;
}

body,td,th {
	font-family: Roboto, Verdana, Geneva, sans-serif;
	font-size: 20px;
}
	h1 {
	font-family: Roboto, Verdana, Geneva, sans-serif;
  font-size:28px;
	font-weight: 100;
}
h4 {
	font-family: Roboto, Verdana, Geneva, sans-serif;
  font-size:14px;
	font-weight: 100;
}
.imgfull {
	img {
  max-width: 100%;
  height: auto;
}
.line-height-small {
	line-height: 17px;
}
.text {
	line-height: 29px;
	}
.border  {
	box-shadow: 8px 8px 8px #666;
	border: 1px solid #CCC;
}
