/* CSS Document */

* {
margin: 0px;
padding: 0px;
}

body {
font-family:"Trebuchet MS", Helvetica, sans-serif;
background-color: rgb(219,241,246);
font-size: x-large;
}

table {
margin: 20px  auto;
text-align: center;
font-size: inherit;
} 

table td {
padding: 3px 0px;
}

a.navigate {
height: 100%;
}

img#fullimg {
margin: 2px 0px;
box-shadow:  2px 2px 10px 2px grey;
}                                                         