/* style sheets for the imageview test application */

/* common styles */
body { background-color:#FFFFFF; margin-left:20px; margin-right:5px; margin-top:20px; margin-bottom:5px; }

/* standard links */
a:link { text-decoration:none; color:#000000; }
a:visited { text-decoration:none; color:#000000; }
a:active { text-decoration:none; color:#000000; }
a:hover { text-decoration:underline; color:#000000; }

/* thumbnail bar */
div.tn_bar { float:left; margin-right:20px; text-align:center; }
div.tn_bar img { border:1px solid; border-color:#000000; margin-bottom:5px; }

/* image */
div.image img { display:block; }
