/*background image (or colour) and font family for entire site*/
body {background-color: #d7d7d7; background-image: url(pics/NMTBbg2.jpg); background-attachment: fixed; font-family: "trebuchet ms", Arial, Helvetica;} 

/*font family within tables for entire site*/
table {font-family: "trebuchet ms", Arial, Helvetica;}

/*link colours (unvisited, focus and hover) for entire site*/
a:link {color:#0000CC;}
a:focus {color:#008000;}
a:hover {color:#ff0000;}
