html {
  /* background-image: url("freshrun16.jpg"); */
  /* background-repeat: repeat; */
  /* background-attachment: scroll; */
  /* background-position: 50% 52%; */
 background-color: #DAC3A2;
}
:link {
  color: blue;
  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%;
	font-size:0.8em;
	
}

table#t01 {
	
	width: 66%;
	
}
 
#t01 td {
	width: 50%;
	text-align: center;
	vertical-align: bottom;
        align: "center";
		
}
#t02 td {
	width: 33%;
	text-align: center;
	vertical-align: bottom;
	align: "center";
		
}


#t03 td {
	width: 25%;
	height: 100%;
	text-align: center;
	vertical-align: bottom;
		
}

img.scale {
	height: 171px;
	width: 118px;
}

div {
    line-height:10px;
   
}