BODY{
  background-color : #ffff71;
}
P{
  font-size : 13px;
  color : navy;
  letter-spacing : 1px;
  width : 640px;
  text-align : center;
}
H1{
  font-size : 20px;
  font-weight : bold;
  width : 640px;
  color : green;
  text-align : center;
  margin-bottom : 3px;
}
H2{
  font-size : 13px;
  font-weight : normal;
  width : 640px;
  text-align : center;
  color : #000099;
  margin-top : 2px;
  margin-left : 2px;
  margin-right : 2px;
  margin-bottom : 2px;
}
H3{
  font-size : 14px;
  width : 640px;
  text-align : center;
  color : maroon;
  font-weight : normal;
}
H4{
  font-size : 13px;
  font-weight : bold;
  color : #FFFFFF;
  background-color : navy;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  width : 540px;
  text-align : center;
  padding-top : 4px;
  padding-bottom : 4px;
  margin-left : 50px;
  margin-right : 50px;
}
H5{
  font-size : 15px;
  width : 640px;
}
H6{
  font-size : 12px;
  width : 640px;
  font-weight : normal;
  color : #666600;
  text-decoration : none;
  text-align : center;
}
EM{
  font-size : 14px;
  font-weight : bold;
  text-decoration : none;
  font-style : normal;
  font-variant : normal;
  color : #cc0000;
}
TABLE{
  width : 620px;
  border-width : 0px 0px 0px 0px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 5px;
  margin-top : 5px;
}
TD{
  text-align : center;
  font-size : 15px;
  color : navy;
  font-weight : normal;
}
HR{
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  width : 620px;
  text-align : left;
  color : navy;
  border-style : solid solid solid solid;
}
BLOCKQUOTE{
  font-size : 12px;
  font-weight : normal;
  color : #808000;
  text-align : center;
  width : 600px;
}
A:LINK{
  font-size : 13px;
  font-weight : normal;
  color : blue;
  text-decoration : underline;
}
A:VISITED{
  font-size : 13px;
  font-weight : normal;
  color : #cc0000;
  text-decoration : underline;
}
A:HOVER{
  font-size : 13px;
  font-weight : normal;
  color : blue;
  background-color : yellow;
  text-decoration : underline;
}
.td_next{
  text-align : right;
}
.td_back{
  text-align : left;
}
