div.wordlist *, div.more *
{
  font-family: Arial, Helvetica, sans-serif;
}
div.arrow
{
  float: right;
  padding-top: 1em;
  padding-bottom: 1em;
}
div.arrow_prev
{
  float: left;
  padding-top: 1em;
  padding-bottom: 1em;
}
div.arrow a, div.arrow_prev a
{
  /*color: #AD2021;*/
  /*color: blue;*/
  color: #005CB9;
  font-weight: bold;
  font-size: 0.75em;
  text-decoration: none;
}
div.arrow a:hover, div.arrow_prev a:hover
{
  text-decoration: underline;
}

col.word
{
  width: 15%;
  vertical-align: top;
}

div.wordlist
{
  clear: both;
  padding: 10px;
  font-size: 0.8em;
}

div.wordlist table
{
  width: 100%;
}

tr.parity_row
{
  background-image: url(../images/trans_blue.png);
  background-repeat: repeat;
}

div.more
{
  font-size: small;
  float: left;
  padding: 1em;
}

div.more a
{
  text-decoration: none;
}

div.more a:hover
{
  text-decoration: underline;
}

img
{
  border: 0;
}

div.wordlist strong.as_link
{
  text-decoration: none;
  color: blue;
  cursor: pointer;
  font-weight: normal;
}
div.wordlist strong.as_link:hover
{
  text-decoration: underline;
}

div.wordlist a.definitions
{
  text-decoration: none;
  color: black; 
}