 
.hyoutitle{
  font-size : x-large;
  font-weight : bold;
  color : white;
  background-color : #004000;
  text-align : center;
}
.hyoutitle2{
  font-size : medium;
  font-weight : bold;
  color : white;
  background-color : navy;
  text-align : center;
}
.hyoutitle3{
  font-size : medium;
  color : black;
  background-color : #4646ff;
  text-align : right;
  font-weight : bold;
}
BODY{
  
  color : black;
  background-color : white;
}