/* This CSS file is only applied inside the web content channel iFrame and does not affect the rest of the portal */
body {
  overflow: auto;
  overflow-y: hidden;
  background-color: white;
  font-size: 12px;
  font-family: Arial, Helvetica, Sans-Serif;
  margin: 0;
  padding-left: 5px;
}
p {
  line-height: auto;
  margin: 0;
  padding: 0;
}
a:link, a:visited, a:active {
  color: #285FAB;
  text-decoration: none;
}
a:hover {
  color: #FF9933;  
}