
* {

  margin: 0;
  padding: 0;
}

html {

  height: 100%;
  font-size: 100.01%
}

body { 

  min-height: 101%; 
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  background-color: #FFFFFF;
  font-size: 12pt;
  margin-top: 10px;
}


h1 {
	
   font-size: 18pt;
   font-weight: bold;
   padding: 0px;
   margin: 0px;
	
}

a.set1:link, a.set1:visited { 
  background-color: #0055B7; 
  width: 282px;
  height: 35px;
  line-height: 35px; 
  text-align: center;
  text-decoration: none; 
  font-size: 14px; 
  border-bottom: 1px #FFFFFF solid;
  color: #FFFFFF;
  display: block;

}

a.set1:hover { 
  background-color: #7fA9DB;
}

a.set1a:link, a.set1a:visited { 
  background-color: #0055B7; 
  width: 282px;
  height: 35px;
  line-height: 35px; 
  text-align: center;
  text-decoration: none; 
  font-size: 14px; 
  color: #FFFFFF;
  display: block;

}

a.set1a:hover { 
  background-color: #7fA9DB;
}

a.set2:link, a.set2:visited { 
  background-color: #4A86D0; 
  width: 139px;
  height: 40px;
  line-height: 40px; 
  text-align: center;
  text-decoration: none; 
  font-size: 16px; 
  color: #000B8B;
  display: block;
  font-weight: bold;
}

a.set2:hover { 
  text-decoration: underline;
}

a.set3:link, a.set3:visited { 
  background-color: #8BB7EB; 
  width: 139px;
  height: 40px;
  line-height: 40px; 
  text-align: center;
  text-decoration: none; 
  font-size: 16px; 
  color: #000B8B;
  display: block;
  font-weight: bold;
}

a.set3:hover { 
  text-decoration: underline;
}

a.set4:link, a.set4:visited { 
  background-color: #000B8B; 
  width: 140px;
  height: 40px;
  line-height: 40px; 
  text-align: center;
  text-decoration: none; 
  font-size: 16px; 
  color: #FFFFFF;
  display: block;
  font-weight: bold;
}

a.set4:hover { 
  text-decoration: underline;
}

a.set6:link, a.set6:visited { 
  text-decoration: none; 
  font-size: 14px; 
  color: #0058BD;
}

a.set6:hover { 
  text-decoration: underline;
}

a.set7:link, a.set7:visited { 
  text-decoration: none; 
  font-weight: bold;
  color: blue;
}

a.set7:hover { 
  text-decoration: underline;
}