@charset "utf-8";

/* shared with screen.css */

body {
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif
}

.clear {clear: both}

img {border-width: 0px}
a:link, a:visited {text-decoration: none} /* :link and :visited required to get around IE bug of disabling links */

.surname {font-variant: small-caps}
em {font-weight: bold}

h2 {font-size: larger} /* take this out if using h3 and below in the site */

div#content table {border-collapse: collapse}
div#content td {border: 1px solid; padding: 3px}

/* unique to this stylesheet */

a:link, a:visited {color: black}

div#banner {display: none; float: none}
div#navbar {display: none; float: none}
div#leftcolumn {display: none; float: none}

div#div-switcher {display: none; float: none}

div#footer {display: none; float: none}

