H1 {
  background : transparent;
  color : blue;
  display: inline;
  font-size : 20px;
}

H2 {
  background : transparent;
}
.BlueBorder {
	border: thin solid #0033FF;
}
.BlueBordernotop {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

