/*Digital Image stylesheet*/

a:link { text-decoration: none; color: blue; }
a:visited { text-decoration: none; color: purple; }
a:hover { text-decoration: underline; background: #FFFFD9; }
a:active { text-decoration: underline; color: purple; }
a img { border: none; background: transparent; }

body { margin: 0; padding: 0; text-align: center; color: #000; background: #fff;  line-height: 150%; }

.caption a:hover {background: transparent; }

.image, .tallimage, .wideimage { margin: 1em auto; padding: 0; }

.blackborder, .oldpaper { border: 1px solid #000; }

.oldpaper { background: #fff url(../images/background_paper3.jpg) repeat 0 100%; }





