body{
  background: #FFFFFF;
}

.style1 {
color: #555555;
}

.style2{
 color: #999999;
 font-size: small;
 font-family: "Times New Roman", Times, serif;
}

.styleLink{
 color:#DDDDDD;
}

a:link {
	color: #888888;
	text-decoration: none;
}
a:visited {
	color: #AAAAAA;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a {
	font-family: Times New Roman, Times, serif;
}
a:active {
	text-decoration: none;
}

table.main{
  width:550px;
  text-align:center;
}

table.main th{
  text-align:center;
  margin-let:auto;
  margin-right:auto;
}

table.main td{
  text-align:center;
  margin-let:auto;
  margin-right:auto;
}

#main{
}