/*
CSS style sheet for peerages website www.peerages.info
created by David Beamish
last update 21 March 2010
*/
td
{
padding-top:0px;
padding-bottom:0px;
padding-right:20px;
padding-left:5px;
}
td:first-child {white-space:nowrap;}
a:link {color:blue;}
a:visited {color:purple;}
a:hover
{
color:blue;
background-color:yellow;
text-decoration:none;
}
a:active
{
color:red;
background-color:yellow;
text-decoration:none;
}
tr {vertical-align: top;}