html {
  background-image: url("freshrun56.jpg");
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 50% 42%;
}
body {
  font-family: "Times New Roman", Times, serif;
  /* font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; */
  /* font-family: "Comic Sans MS", cursive, sans-serif; */
  }

h1 {
  font-size:1.3em;
}
:link {
  color: black;
  text-decoration: none;
}
:link:active {
  color: #ee0000;
}
:link:visited {
  color: #551a8b;
}
img {
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
 
table {
	width: 100%;
	border: "0";
}


#t01 td {
	width: 50%;
	text-align: center;
	vertical-align: middle;
	font-size:1.1em;
}
#t02 td {
	width: 33%;
	text-align: center;
	vertical-align: middle;
	align: "center";
}
img.scale {
	height: 262px;
	width: 344px;
}

div {
    line-height:10px;
}