/*
 file: gallery.css
 dsc:  Formatierungen fuer alle modernen Browser
*/

html { margin: 0; padding: 0; overflow: hidden; }
body { margin: 0; padding: 0; background-color: #00093b; color: #ccc; font-family: 'Lucida Grande', Verdana, sans-serif; font-size: 12px; overflow: hidden; }
#page { margin: 0; padding: 0; overflow: hidden; }

p.image { margin: 8px 0; padding: 0; text-align: center; }

table, tr, th, td { font-family: 'Lucida Grande', Geneva, Verdana, sans-serif; font-size: 12px; color: #ccc; }
table { margin: 0 0 0 8px; border: 0 none; padding: 0; }
table tr { margin: 0; padding: 0; vertical-align: baseline;}
table td { margin: 0; padding: 0 15px 4px 0; vertical-align: baseline; text-align: left; color: #ccc; line-height: 15px; }
table tr td:last-child { padding-right: 0; }

strong, b { color: #fff; font-weight: bold; }
em, i { color: #ccc; font-style: italic; }
img { border: 0 none; }
a { color: #fff; font-family: 'Lucida Grande', Geneva, Verdana, sans-serif; }
a:link, a:visited { color: #117bf3; text-decoration: none; }
a:hover, a:active { color: #fff; text-decoration: none; background-color: transparent; }

