﻿/*** duck.css ***/



#duck_table 
{
  display: table;
  width: 190px;
  float: right;
  border-style: solid;
  border-color: #800060;
  border-width: 1px 1px 1px 1px;
  padding: 2px 2px 2px 2px; 
}
#duck_row  
{
  display: table-row;
}
#duck_cell
{
  display: table-cell;
  vertical-align: top;
  text-align: center;
  font-family: Copperplate, Arial, Verdana, sans-serif;
  font-size: 12pt;
  font-weight: normal;
  color: #800060;
}

#duck_title
{
  font-family: Copperplate, Arial, Verdana, sans-serif;
  font-size: 19pt;
  font-weight: normal;
  color: #800060;
}

#duck_next_link
{
  float: right;
  font-size: 16pt;
  font-weight: normal;
  vertical-align: bottom;
}
#duck_next_link a:link
{
  color: brown;
  text-decoration: none;
}
#duck_next_link a:hover
{
  color: #c0c0c0;
}