body{
  color: #000066;
}
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 : #0066cc;
  border-left-color : #0066cc;
}
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 : #0066cc;
  border-bottom-color : #0066cc;
}
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 : #0066cc;
  border-bottom-color : #0066cc;
}
p {line-height: 140%}
a{
  color: #3399ff;
  text-decoration: underline;
}
a:visited{
  color: #666666;
  text-decoration: underline;
}a:hove {
	color: #FFC080;
	text-decoration: underline;
	font-style: italic;
}
a:active{
  color: #ff9933;
  text-decoration: underline;
}
