body {
text-align: center;
margin: 0 auto;
width: 800px;
font-family: "futura md", "futura", "arial", "sans-serif";
font-size: 10px;
color: rgb(65,65,65);
}

img {
border-style: none
}

.centerdiv{ /*IE method of centering a relative div used in slideshow*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div used in slideshow*/
margin: 0 auto;
}

a:link {text-decoration: none; color: rgb(65,65,65)}
a:visited {text-decoration: none; color: rgb(65,65,65)}
a:active {text-decoration: none}
a:hover {text-decoration: none; color: red;}

.navbar { /*global nav bar*/
font-size: 13px;
}

span.background_colour { /* background-color values for global navbar, was: background-color:rgb(222,222,222)*/
text-decoration: underline;
}

.navbar a:link {text-decoration: none; color: rgb(90,90,90)}
.navbar a:visited {text-decoration: none; color: rgb(90,90,90)}
.navbar a:active {text-decoration: none}
.navbar a:hover {text-decoration: none; color: red;}

span.title { /*on individual pieces pages for title year media dimensions*/
font-style: italic;
}

span.bio_headings { /*bolder headings in CV on bio page*/
text-decoration: underline;
color: rgb(0,0,0)
}

.addlinks a:link {text-decoration: none; color: red}
.addlinks a:visited {text-decoration: none; color: red}
.addlinks a:active {text-decoration: none}
.addlinks a:hover {text-decoration: none; color: red;}

table.bio { /*CV table on bio page*/
table-layout: fixed;
width: 700px;
border: 0px
padding: 0px;
font-size: 12px;
}

table.year { /*table of thumbnails by year*/
table-layout: auto;
text-align: center;
height: auto;
width: 800px;
border: 0px;
padding: 0px;
font-size: 100%;
}

span.copyright { /*noscript copyright.gif Futura Md 7.5pt rgb(120,120,120) no blur*/
color: rgb(150,150,150);
font-size: 96%
}

.copyright a:link {text-decoration: none; color: rgb(150,150,150)}
.copyright a:visited {text-decoration: none; color: rgb(150,150,150)}
.copyright a:active {text-decoration: none}
.copyright a:hover {text-decoration: none; color: red;}


