A {
  color : #2E2C28;
  font-size : 18px;
  font-family : Arial;
  font-weight : normal;
  text-decoration : none;
}
A:hover {
  text-decoration : underline;
  background-color : transparent;
  color : black;
}

BODY {
  margin : 0px;
  color : #4F4F4F;
  font-size : 10px;
  font-family : Arial;
  font-weight : normal;
  text-decoration : none;
}


H1 {
   font-family : Arial;
   font-size : 12px;
   color : white;
   margin-bottom : 0px;
   margin-top : 0px;
   font-weight : normal;
   line-height :150%;
}

H2 {
   font-family : Arial;
   font-size : 16px;
   color : gray;
   margin-bottom : 0px;
   margin-top : 5px;
   font-weight : bold;
   line-height :80%;
}

H3 {
   font-family : Arial;
   font-size : 16px;
   color : #111111;
   margin-bottom : 0px;
   margin-top : 0px;
   font-weight : bold;
   line-height :200%;
}


H4 {
   font-family : Arial;
   font-size : 12px;
   color : #111111;
   margin-bottom : 0px;
   margin-top : 0px;
   font-weight : normal;
   line-height :150%;
}

H5 {
   font-family : Arial;
   font-size : 156px;
   color : #6964C6;
   margin-bottom : 0px;
   margin-top : -20px;
   font-weight : bold;
   line-height :100%;
}

H6 {
   font-family : Arial;
   font-size : 18px;
   color : black;
   margin-bottom : 0px;
   margin-top : 5px;
   font-weight : bold;
   line-height :130%;
}

H7 {
   font-family : Arial;
   font-size : 156px;
   color : #6964C6;
   margin-bottom : 0px;
   margin-top : 0px;
   font-weight : bold;
   line-height :100%;
}

#subhead {
   font-family : Arial;
   font-size : 156px;
   color : #E6E6EB;
   margin-bottom : 0px;
   margin-top : -20px;
   font-weight : bold;
   line-height :100%;
}

#space {
   font-family : Arial;
   font-size : 156px;
   color : white;
   margin-bottom : 0px;
   margin-top : -20px;
   font-weight : bold;
   line-height :100%;
}


HR {
   font-family : Arial;
   font-size : 66px;
   color : #C5C5C5;
   margin-bottom : 0px;
   margin-top : 0px;
   font-weight : bold;
   line-height :100%;
}