/* This CSS is specific to the EZProxy login forms and error pages */
body {
  margin: 0px;
  padding: 0px;
  background-color: white;
}
td {
  padding: 5px 5px;
  font-size: 10pt;
  font-family:"Arial Unicode MS",Verdana,Arial,Helvetica;
  font-weight: normal;
  line-height: 150%;
}
p {
  font-family:"Arial Unicode MS",Verdana,Arial,Helvetica;
  font-weight: normal;
  font-size: 10pt;
  margin: 20px 50px;
  line-height: 120%;
}
p.termsofuse {
  font-family:"Arial Unicode MS",Verdana,Arial,Helvetica;
  font-weight: normal;
  font-size: 10pt;
  margin: 20px 50px;
  padding: 20px;
  background: #eeeeee;
  line-height: 120%;
  border: thin solid black;
}
a {
  color: blue;
  text-decoration: none;
}
a:hover {
  color: blue;
  text-decoration: underline;
}
table.alternate-login {
  border: thin solid #334499;
  padding: 35px;
}
a img {
  border: 0;
}
