/* my own styles */.navigation  { font-family: Arial; font-size: 10px; font-weight: bold }.hyperlinks_bold { font-family: Arial; font-size: 15px; font-style: italic; font-weight: bold }/* h */h1           { font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold;                text-align: center }h2           { font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold }h3           { font-family: Arial, Helvetica, sans-serif; font-size: 17px; font-weight: bold }/* this style seems to be never used? *//* basefont     { font-family: Arial, Helvetica, sans-serif; font-size: 13px } *//* .pictable_text  { font-family: Arial, Helvetica, sans-serif; font-size: 11px } *//* everybody and his brother uses 13px as standard so I don't dare doing this as well */body, p, table, tr, td { font-family: Arial, Helvetica, sans-serif; font-size: 13px}body         { background-image: url('tattoo_bkgnd.jpg');                background-attachment: fixed }/* table styles (for picture tables) */table.pics { border-style:double;border-width:2px }th.pics { border-style:double;border-width:2px }td.pics { border-style:double;border-width:2px;font-size:11px;text-align:center }/* table styles (for normal tables) */table.norm { border-style:solid;border-width:1px }th.norm { border-style:solid;border-width:1px;font-size:14px;text-align:center }td.norm { border-style:solid;border-width:1px }<!---/* table styles TEMPLATE */table.norm { border-collapse:collapse;border-spacing:0px;border:0;border-width:0px;padding:0px;width:140px;padding:1px;width:200px;margin-left:50px; }<BR>th.norm { border-style:solid;border-width:2px;border-color:#FF0000;padding:1px;background-color:#FFCCCC;text-align:center; }<BR>td.norm { border-style:solid;border-width:1px;border-color:#FF0000;padding:1px;width:100px;text-indent:5px; }<BR>td.zahl { border-style:solid;border-width:1px;border-color:#FF0000;padding:1px;text-indent:50px; }<BR>-->