BODY{
  color : black;
  background-color: #FFFFFF;
}
H1{
  text-align : center;
  padding-top : 2px;
  padding-right : 2px;
  padding-bottom : 2px;
  padding-left : 2px;
  border-top-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-left-style : none;
  border-top-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-left-width : 3px;
  font-size : 27px;
  font-weight : bolder;
  color : #0683ff;
}
H2{
  text-align : center;
  border-top-color : blue;
  border-right-color : blue;
  border-bottom-color : blue;
  border-left-color : blue;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  border-style: solid;
  border-top-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-width : 1px;
  font-size : 11pt;
  font-weight : normal;
}
H3{
  color : #0683ff;
  text-align: left;
  border-top-color : blue;
  border-right-color : blue;
  border-bottom-color : blue;
  border-left-color : blue;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  border-style: solid;
  border-top-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-width : 1px;
  background-color : #e1f0ff;
  font-size : 12pt;
}
HR{
  color : blue;
  height : 2px;
}
P{
  color : black;
}
A{
  color : blue;
  text-decoration : underline;
}
A:VISITED{
  color : purple;
  text-decoration : underline;
}
A:HOVER{
  text-decoration : underline;
}
A:ACTIVE{
  color : red;
  text-decoration : underline;
}
UL{
  list-style-position: outside;
  list-style-type : none;
  list-style-image : url(l_b03.gif);
}
UL UL{
  list-style-image : url(l_b03a.gif);
}
TH{
  padding-top : 1px;
  padding-left : 1px;
  padding-right : 1px;
  padding-bottom : 1px;
  border-style : solid solid solid solid;
  border-top-color : blue;
  border-left-color : blue;
  border-right-color : blue;
  border-bottom-color : blue;
  border-width : 1px 1px 1px 1px;
  text-align : left;
  font-weight : normal;
}
TD{
  border-top-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-left-style : none;
}
.google{
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : #0080ff #0080ff #0080ff #0080ff;
}
.check{
  list-style-image : url(ch.gif);
  font-size : 15px;
  list-style-type : disc;
}
.fontsize14{
  font-size : 15px;
}
