body{
  color: #000066;
  background-color: #ffffff;
}
h1{
  color: #000066;
  border-left-width : 3pc;
  border-left-style : solid;
  border-bottom-width : 3px;
  border-bottom-style : solid;
  padding-left : 10px;
  border-bottom-color : #FEE40B;
  border-left-color : #FEE40B;
}
h2{
  color: #000066;
  padding-left : 5px;
  border-left-width : 2pc;
  border-bottom-width : 3px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #FEE40B;
  border-bottom-color : #FEE40B;
}
h3{
  color: #000066;
  padding-left : 3px;
  border-left-width : 1pc;
  border-bottom-width : 3px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #FEE40B;
  border-bottom-color : #FEE40B;
}
hr{
  color: #FEE40B;
  height: 3px;
}
p{
  color: #000000;
}
a{
  color: #3399ff;
  text-decoration: underline;
}
a:visited{
  color: #3399ff;
  text-decoration: underline;
}
a:hover{
  color: #3399ff;
  text-decoration: underline;
  font-style : italic;
}
a:active{
  color: #ff9933;
  text-decoration: underline;
}

td {vertical-align: top;}
