/* Style sheet for Nelson UK webpages */

a {
  font-family: arial, verdana, sans-serif; }

a:link {
    color:firebrick;
    font-weight:bold;
    text-decoration:none;}

a:active {
    cursor:pointer;
    text-decoration:underline;}

a:hover {
    background-color:white;
    text-decoration:underline;}

a:visited {
    color:sienna;
    font-weight:bold;
    text-decoration:none;}

body {
    background-color:#c6ddf5;
    color:maroon;
    font-family:arial, verdana, sans-serif; }

li.bullet
    {list-style-position:outside;}

ol
    {list-style-position:outside;}

ul
    {list-style-image: url(graphics/bullet.jpg);}

table {
    align:center; 
    background-image: url(graphics/Htx3.jpg);
    border:blue solid 0px;
    border-collapse:separate;
    empty-cells:show;
    width: 95%;}

table.buttons {
    align:center;
    width: 25%;}

td {
    border:blue solid 0px;
    empty-cells:show;
    padding: 5px;
    text-align: center;
    vertical-align: middle;}

td.left {text-align: left;}

td.right {text-align: right;}
