p{
  font-family: TIMESNEWROMAN, ARIAL,HELVETICA,SANS-SERIF;
  font-size: 10pt;
  color: #033277;
  padding-left: 10pt;
  padding-right: 10pt;
}

h2,h3{
  color: #033277;
}

a:link {
  color: blue
}

/*====== Set the default visited link style ======*/
a:visited { 
  color: purple 
}

/*====== Set the default active link style ======*/
a:active {
  color: red 
}

/*====== Set the default link hover style ======*/
a:hover {
  color: #FFFFFF; 
  background-color:#033277
}
